Sponsored by Deepsite.site

MCP Servers Collection

Created By
asterism459 months ago
Content

MCP Servers Collection

This repository contains a collection of Model Context Protocol (MCP) servers designed to interact with various external services. These servers allow language models like Claude to access real-time data and functionalities from these services.

Servers Included

This repository currently includes the following MCP servers:

  1. navitime-transit-server/

    • Provides transit route information using the Navitime API.
    • Allows querying for train schedules, fares, and transfer information.
    • See the navitime-transit-server/README.md for detailed setup and usage instructions.
  2. googlemaps-directions-server/

    • Provides driving, walking, and cycling directions using the Google Maps Directions API.
    • Requires configuration with a valid Google Maps API key.
    • See the googlemaps-directions-server/README.md for detailed setup and usage instructions.
  3. places-server/

    • Provides information about places, such as addresses, phone numbers, ratings, and reviews (likely using the Google Places API).
    • Requires configuration with a valid Google Places API key.
    • See the places-server/README.md for detailed setup and usage instructions.

General Development

Each server is a separate Node.js (TypeScript) project. To develop or build a specific server:

  1. Navigate to the server's directory:
    cd <server-directory-name> # e.g., cd navitime-transit-server
    
  2. Install dependencies:
    npm install
    
  3. Build the server:
    npm run build
    
  4. For development with auto-rebuild (if available):
    npm run watch
    

Usage with Claude Desktop

To use these servers with Claude Desktop, you need to add their configurations to your claude_desktop_config.json file.

  • MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json

Add entries for each server you want to use within the mcpServers object. Make sure to replace /path/to/repo/... with the actual absolute path to the built server files on your system.

{
  "mcpServers": {
    "navitime-mcp": {
      "command": "/path/to/repo/navitime-transit-server/build/index.js"
    },
    "gmaps-directions-mcp": {
      "command": "/path/to/repo/googlemaps-directions-server/dist/index.js" // Adjust path if needed
    },
    "places-mcp": {
      "command": "/path/to/repo/places-server/dist/index.js" // Adjust path if needed
    }
    // Add other servers here if needed
  }
}

Note: The exact command path might differ based on the build output configuration (tsconfig.json, package.json) of each server. Verify the correct path to the main JavaScript file (e.g., index.js) within the build output directory (commonly build/ or dist/).

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector. You can typically run it from within each server's directory using:

npm run inspector # If the script is defined in package.json

The Inspector will provide a URL to access debugging tools in your browser.

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Tavily Mcp
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Playwright McpPlaywright MCP server
Amap Maps高德地图官方 MCP Server
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Serper MCP ServerA Serper MCP Server
CursorThe AI Code Editor
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
WindsurfThe new purpose-built IDE to harness magic
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
DeepChatYour AI Partner on Desktop
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
ChatWiseThe second fastest AI chatbot™
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.