drio
Open app

Claude MCP Tools

Source

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

Catalog onlyCatalog onlySTDIO

Overview

Claude MCP Tools is a collection of Model Context Protocol (MCP) servers designed to extend the capabilities of the Claude AI model by enabling secure connections to external data sources and tools.

To use Claude MCP Tools, clone the repository, set up a virtual environment, install the necessary dependencies, and configure the Claude Desktop App to utilize the MCP servers.

  • Integration of multiple MCP servers for enhanced functionality - Ability to search for news articles and Wikipedia content - Data analysis capabilities for CSV files
  1. Enabling Claude to fetch real-time news updates.
  2. Allowing Claude to retrieve and summarize Wikipedia articles.
  3. Performing data analysis tasks directly through Claude.

Add to your AI client

Use these steps to connect Claude MCP Tools in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "claude-mcp-tools-henrygabriels": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-tools-henrygabriels"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "claude-mcp-tools-henrygabriels": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-tools-henrygabriels"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "claude-mcp-tools-henrygabriels": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-tools-henrygabriels"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "claude-mcp-tools-henrygabriels": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-tools-henrygabriels"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "claude-mcp-tools-henrygabriels": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-tools-henrygabriels"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "claude-mcp-tools-henrygabriels": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-mcp-tools-henrygabriels"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is an open standard that facilitates secure, two-way connections between AI models and external data sources.

What are the prerequisites for using Claude MCP Tools?

You need Python 3.10 or higher and the Claude Desktop App installed.

Can I build my own MCP server?

Yes! You can create your own MCP server by following the guidelines provided in the documentation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2191,"uuid":"317c8be7-a9eb-4dc8-b549-6e3eacc7ac3a","name":"claude-mcp-tools","title":"Claude MCP Tools","description":"A collection of MCP (Model Context Protocol) servers for extending Claude's capabilities","avatar_url":"https://avatars.githubusercontent.com/u/46035791?v=4","created_at":"2025-03-09T04:04:27.598Z","updated_at":"2025-03-12T10:19:29.120Z","status":"created","author_name":"henrygabriels","author_avatar_url":"https://avatars.githubusercontent.com/u/46035791?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/henrygabriels/claude-mcp-tools","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"1\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-07 18:30:07\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]