MCP Directory

mcp

by typicalfo · TypeScript · ★ 0

mcp server using the tutorial here: https://modelcontextprotocol.io/quickstart/server

Install

npx -y github:typicalfo/mcp

Claude Desktop config

Add this to your claude_desktop_config.json:

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

From the README

A Model Context Protocol (MCP) server built with TypeScript following the [official tutorial](https://modelcontextprotocol.io/quickstart/server#node). For detailed setup instructions and documentation, see the [official MCP tutorial](https://modelcontextprotocol.io/quickstart/server#node). [Official Tutorial Repository](https://github.com/modelcontextprotocol/quickstart-resources/tree/main/weather-server-typescript)
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 developer tools servers