MCP Configurator
GoLogin MCP Forge
Ready for Claude Desktop, Cursor, and MCP-compatible clients
Ship a clean GoLogin MCP setup in seconds.
Generate the exact JSON block for a GoLogin MCP server, validate the token field, and copy a polished configuration without editing braces by hand.
npx
Zero local project setup
JSON
Strictly formatted output
MCP
Server-ready schema
Generated file
mcp-config.json
Valid JSON
{
"mcpServers": {
"gologin-mcp": {
"command": "npx",
"args": [
"gologin-mcp"
],
"env": {
"API_TOKEN": "your-gologin-api-token-here"
}
}
}
}
Command
npx
Package
gologin-mcp
Secret key
API_TOKEN
Install notes
Paste the generated block into your MCP client configuration, then restart the client so it can discover the GoLogin server.
No external calls
Clipboard ready