Overview
MCP Create Server is a tool designed to simplify the creation of Model Context Protocol (MCP) servers in Python without the need for extensive build configuration.
To use MCP Create Server, you need to have UV installed. You can create a new MCP server by executing either uvx create-mcp-server or by installing it via pip with pip install create-mcp-server followed by create-mcp-server.
- Simple command-line interface for swift project creation. - Automatic configuration for the Claude Desktop app integration. - Utilizes uvx for efficient package management. - Sets up a complete MCP server structure with essential files and directories. - Incorporates the Model Context Protocol Python SDK for optimum functionality.
- Rapidly setting up new MCP server projects.
- Minimizing overhead related to project configuration.
- Facilitating development with a standardized server architecture.
Add to your AI client
Use these steps to connect MCP Create Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"create-python-server-modelcontextprotocol": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-python-server-modelcontextprotocol"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"create-python-server-modelcontextprotocol": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-python-server-modelcontextprotocol"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"create-python-server-modelcontextprotocol": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-python-server-modelcontextprotocol"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"create-python-server-modelcontextprotocol": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-python-server-modelcontextprotocol"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"create-python-server-modelcontextprotocol": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-python-server-modelcontextprotocol"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"create-python-server-modelcontextprotocol": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-create-python-server-modelcontextprotocol"
]
}
}
}FAQ
Do I need to manually configure my project dependencies?
No, MCP Create Server automates this process for you.
What is the recommended way to create a server?
Using the command `uvx create-mcp-server` is recommended for optimal results.
Is MCP Create Server open source?
Yes, it is licensed under the MIT license and is open source.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":99,"uuid":"9848f761-67b7-4155-94b2-8d6959ae9101","name":"create-python-server","title":"MCP Create Server","description":"Create a Python MCP server","avatar_url":"https://avatars.githubusercontent.com/u/182288589?v=4","created_at":"2024-12-13T09:00:46.707Z","updated_at":"2024-12-13T12:28:12.017Z","status":"created","author_name":"modelcontextprotocol","author_avatar_url":"https://avatars.githubusercontent.com/u/182288589?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/modelcontextprotocol/create-python-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/f46260834f205e8db2cc944976107b6ddbb908299fa9eee14f4326302103f127/68747470733a2f2f696d672e736869656c64732e696f2f707970692f762f6372656174652d6d63702d736572766572","type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]