๐ MCP Server Config Generator
๐ Sicher & Clientseitig
Generate Model Context Protocol (MCP) server configuration for Claude Desktop, Cursor, or VS Code. Pick transport, command, args, and env vars โ the tool emits the correct JSON shape for each client and shows the config file path.
Target client:
Config JSON
Install path:
How to use
- Pick the client (Claude Desktop, Cursor, or VS Code).
- Set the server name (used as the dictionary key).
- Pick transport:
stdiofor local processes (most common),streamable-httporssefor remote servers. - For stdio: enter the command and args; for HTTP/SSE: enter the URL.
- Optionally add environment variables.
- Click Generate; copy the JSON into the config file at the path shown.
Where the config goes:Claude Desktop โ macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.jsonCursor โ global: ~/.cursor/mcp.json; per-project: .cursor/mcp.jsonVS Code โ workspace: .vscode/mcp.json (or User Settings โ MCP Servers)