MCP.so
Sign In
Servers

Boilerplate MCP Server

@jango-blockchained

A comprehensive TypeScript implementation of the Model Context Protocol (MCP) server with tools, resources, and prompts for LLM integration. Provides a robust foundation for building AI-powered applications with CLI support.

Add this server to your MCP-compatible client using the configuration below.

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

More from Developer Tools