SampleMCPServer

paraskakis/SampleMCPServer
★ 1 stars Unknown language 🔌 API Integration Updated 18d ago
Sample MCP Server requirements for Build AI-Ready APIs course
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": {
    "samplemcpserver": {
      "command": "npx",
      "args": [
        "-y",
        "paraskakis/SampleMCPServer"
      ]
    }
  }
}