MCP could be created via ,
servers
modelcontextprotocol • Updated 2026 Jun 10 15:40
python-sdk
modelcontextprotocol • Updated 2026 Jun 10 12:17
typescript-sdk
modelcontextprotocol • Updated 2026 Jun 10 13:23
CLI tools are and
create-typescript-server
modelcontextprotocol • Updated 2026 May 28 20:47
create-python-server
modelcontextprotocol • Updated 2026 May 21 7:47
from mcp.server import Server
- Make MCP server
/** * Start the server using stdio transport. * This allows the server to communicate via standard input/output streams. */ async function main() { const transport = new StdioServerTransport() await server.connect(transport) } main().catch(error => { console.error('Server error:', error) process.exit(1) })
- Connect to Claude Desktop through
claude_desktop_config.json
{ "mcpServers": { "weather": { "command": "node", "args": ["/path/to/weather-server/build/index.js"], "env": { "OPENWEATHER_API_KEY": "your-api-key", } } } }
MCP Servers
For Server Developers - Model Context Protocol
Get started building your own server to use in Claude for Desktop and other clients.
https://modelcontextprotocol.io/quickstart/server

MCP marketplace
Claude
Talk with Claude, an AI assistant from Anthropic
https://claude.ai/directory

Cursor – MCP Directory
Explore and install MCP servers for Cursor
https://docs.cursor.com/tools

Cursor Directory
Find the best cursor rules for your framework and language
https://cursor.directory/mcp


Seonglae Cho