Cover image
Try Now
2025-03-08

Une collection de serveurs MCP (Model Context Protocol) pour étendre les capacités de Claude

3 years

Works with Finder

1

Github Watches

1

Github Forks

1

Github Stars

Claude MCP Tools

A collection of Model Context Protocol (MCP) servers for extending Claude's capabilities.

What is MCP?

The Model Context Protocol (MCP) is an open standard developed by Anthropic that enables secure, two-way connections between AI models like Claude and external data sources, APIs, or tools.

MCP provides three main capabilities:

  • Tools: Functions that can be called by Claude (with user approval)
  • Resources: File-like data that can be read by clients
  • Prompts: Pre-written templates that help users accomplish specific tasks

Servers in this Repository

This repository contains the following MCP servers:

  1. news-search-server: A server that enables Claude to search for and retrieve recent news articles
  2. wikipedia-server: Allows Claude to search and retrieve content from Wikipedia
  3. analytics-server: A server for performing data analysis on CSV files

Getting Started

Prerequisites

  • Python 3.10 or higher
  • Claude Desktop App installed (v1.2.0+)

Installation

  1. Clone this repository:
git clone https://github.com/henrygabriels/claude-mcp-tools.git
cd claude-mcp-tools
  1. Set up a virtual environment and install dependencies:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install -r requirements.txt
  1. Configure Claude Desktop to use these servers by editing your configuration file:
# On macOS
~/Library/Application Support/Claude/claude_desktop_config.json
# On Windows
%APPDATA%\Claude\claude_desktop_config.json

Add the following to your configuration:

{
  "mcpServers": {
    "news-search": {
      "command": "python /absolute/path/to/claude-mcp-tools/news-search-server/server.py"
    },
    "wikipedia": {
      "command": "python /absolute/path/to/claude-mcp-tools/wikipedia-server/server.py"
    },
    "analytics": {
      "command": "python /absolute/path/to/claude-mcp-tools/analytics-server/server.py"
    }
  }
}
  1. Restart Claude Desktop

Building Your Own MCP Server

To create your own MCP server, follow these steps:

  1. Create a new directory for your server
  2. Create a Python file with your server logic using the MCP SDK
  3. Define the tools you want to expose
  4. Add your server to the Claude Desktop configuration

See the official MCP quickstart guide for more details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Resources

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Khalid kalib
  • Write professional emails

  • https://tovuti.be
  • Oede knorrepot die vasthoudt an de goeie ouwe tied van 't boerenleven

  • ANGEL LEON
  • A world class elite tech co-founder entrepreneur, expert in software development, entrepreneurship, marketing, coaching style leadership and aligned with ambition for excellence, global market penetration and worldy perspectives.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Gil kaminski
  • Make sure you are post-ready before you post on social media

  • INFOLAB OPERATIONS 2
  • A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!

  • apappascs
  • Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.

  • ShrimpingIt
  • Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX

  • OffchainLabs
  • Aller la mise en œuvre de la preuve de la participation Ethereum

  • huahuayu
  • Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.

  • deemkeen
  • Contrôlez votre MBOT2 avec un combo d'alimentation: MQTT + MCP + LLM

  • zhaoyunxing92
  • 本项目是一个钉钉 MCP (Protocole de connecteur de message) 服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 , 支持员工信息查询和消息发送等功能。

  • pontusab
  • La communauté du curseur et de la planche à voile, recherchez des règles et des MCP

    Reviews

    4 (1)
    Avatar
    user_w27LoQCQ
    2025-04-15

    I recently tried "How to Run Both the Client and Server" by CharlieChenyuZhang and it was incredibly insightful. The step-by-step guide made the process seamless and easy to follow. Highly recommended for anyone looking to synchronize their client-server operations efficiently. Check it out here: https://mcp.so/server/mcp-experiment/CharlieChenyuZhang