๐Ÿ”Œ 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

  1. Pick the client (Claude Desktop, Cursor, or VS Code).
  2. Set the server name (used as the dictionary key).
  3. Pick transport: stdio for local processes (most common), streamable-http or sse for remote servers.
  4. For stdio: enter the command and args; for HTTP/SSE: enter the URL.
  5. Optionally add environment variables.
  6. 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.json
Cursor โ€” global: ~/.cursor/mcp.json; per-project: .cursor/mcp.json
VS Code โ€” workspace: .vscode/mcp.json (or User Settings โ†’ MCP Servers)