MCP.so
登录

Claude MCP Servers Collection

@kunalworldwide

关于 Claude MCP Servers Collection

暂无概览

基本信息

分类

AI 与智能体

许可证

MIT

运行时

python

传输方式

stdio

发布者

kunalworldwide

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-demo-kunalworldwide": {
      "command": "docker",
      "args": [
        "pull",
        "kunalondock/mcp-weather:pythonv1"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Claude MCP Servers Collection?

A collection of Model Context Protocol (MCP) servers that extend Claude’s capabilities by connecting it to external data sources and APIs. It enables real-time access to weather forecasts, movie information, university data, and local filesystem management.

How to use Claude MCP Servers Collection?

Install via Docker (recommended) or manually with Python 3.10+ and uv. Configure the claude_desktop_config.json file with the server definitions (Docker or local Python command), then restart Claude Desktop. You can then ask Claude questions related to each server’s domain.

Key features of Claude MCP Servers Collection

  • Weather forecasts and alerts using the National Weather Service API
  • Movie and TV show data via The Movie Database (TMDB) API
  • Queryable information from Amity University Bengaluru’s website
  • Local filesystem access: read, write, and manage files
  • Easy deployment with Docker or Python/uv

Use cases of Claude MCP Servers Collection

  • Ask “What’s the weather in Sacramento?” or check alerts
  • Find popular movies, TV shows, or specific genre information
  • Get course, faculty, and admission details from Amity University
  • List, read, create, or modify files on your computer through Claude

FAQ from Claude MCP Servers Collection

What are the prerequisites to run Claude MCP Servers Collection?

You need either Docker (Desktop or Engine) for easy setup, or Python 3.10+, Git, and the uv package installer for manual setup.

How do I connect these servers to Claude Desktop?

Edit claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Roaming\Claude\ on Windows) with the server configurations shown in the README, then restart Claude Desktop.

How can I test a server after configuration?

Ask Claude questions like “What movies are popular?” for the TMDB server, or “What files are in my Downloads folder?” for the filesystem server. See the README for example queries per server.

What should I do if a server doesn’t appear in Claude Desktop?

Check your configuration file for syntax errors, verify that the paths or Docker images are correct, and ensure Docker is running if using Docker. Review Claude’s logs at ~/Library/Logs/Claude/ (macOS) or %APPDATA%\Claude\Logs\ (Windows).

What license does Claude MCP Servers Collection use?

The project is licensed under the MIT License.

评论

AI 与智能体 分类下的更多 MCP 服务器