boilerplate-mcp-server

aashari/boilerplate-mcp-server
★ 69 stars TypeScript 🤖 AI/LLM Updated 1mo ago
TypeScript Model Context Protocol (MCP) server boilerplate providing IP lookup tools/resources. Includes CLI support and extensible structure for connecting AI systems (LLMs) to external data sources like ip-api.com. Ideal template for creating new MCP integrations via Node.js.
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": {
    "boilerplate-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "aashari/boilerplate-mcp-server"
      ]
    }
  }
}

Topics

aiai-integrationanthropicboilerplateclaudellmmcpmcp-servermodel-context-protocolresourcesservertoolingtoolstypescript