Cook with AI Enrollment closed
AI & LLMs Runs locally

MCP Config Generator

Build Cursor and Claude MCP configurations for stdio, SSE, and HTTP servers.

ELI5

It writes the settings that let your AI tool connect to another tool.

A little more detail

What this tool does

MCP servers give coding agents access to things such as databases, browsers, and project services. Each agent expects a specific JSON shape. This generator builds that configuration without making you remember the field names.

Use it to
  • Add a local command-based MCP server to Cursor or Claude Code
  • Configure a remote MCP server that uses HTTP or SSE
  • Catch missing commands, URLs, and environment variables before setup
Interactive workspace Results update as you type
Client

Save to:

Servers
Validation
Valid JSON ✓ — env values use <NAME> placeholders
Output
 

MCP (Model Context Protocol) lets coding agents call tools — filesystem, GitHub, databases, docs servers. Cursor reads ~/.cursor/mcp.json; Claude Desktop uses claude_desktop_config.json. Both use the same mcpServers shape.

Never commit API keys. This generator outputs <VAR_NAME> placeholders for env vars. Replace them locally after copy/download. stdio runs a local process. Cursor supports direct remote URLs; Claude Desktop output wraps remote URLs with npx -y mcp-remote.