MCP Directory
Back

boilerplate-mcp-server

by aashari · TypeScript · ★ 70

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.

#ai#ai-integration#anthropic#boilerplate#claude#llm#mcp#mcp-server#model-context-protocol#resources#server#tooling#tools#typescript

Install

npx -y github:aashari/boilerplate-mcp-server

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "boilerplate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:aashari/boilerplate-mcp-server"
      ]
    }
  }
}

From the README

A production-ready foundation for developing custom Model Context Protocol (MCP) servers in TypeScript. Provides a complete layered architecture pattern, working example implementation, and comprehensive developer infrastructure to connect AI assistants with external APIs and data sources. [](https://www.npmjs.com/package/@aashari/boilerplate-mcp-server) [](https://opensource.org/licenses/ISC) > **Latest Update (Feb 2026)**: Updated to MCP SDK 1.26.0 and Zod 4.3.6 with continued modern patterns and streamable HTTP improvements. See [docs/MODERNIZATION.md](docs/MODERNIZATION.md) for details.…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers