mcp-server-examples

mcp-finder/mcp-server-examples
★ 0 stars JavaScript 🔍 Search Updated today
Working code examples for building Model Context Protocol (MCP) servers — hello world, database query, file system, web search, weather, GitHub. TypeScript + Python.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-examples": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-finder/mcp-server-examples"
      ]
    }
  }
}