MCP Directory
Back

mcp-client-claude

by 4ourlab · TypeScript · ★ 0

MCP Client implementation for Claude models. Reference: https://modelcontextprotocol.io

Install

npx -y github:4ourlab/mcp-client-claude

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-client-claude": {
      "command": "npx",
      "args": [
        "-y",
        "github:4ourlab/mcp-client-claude"
      ]
    }
  }
}

From the README

A MCP (Model Context Protocol) implementation for Claude models that allows connecting and using multiple MCP servers through Anthropic's Claude API. This implementation is based on the official [Model Context Protocol documentation](https://modelcontextprotocol.io/). - 🔗 Connect to multiple MCP servers - 🤖 Integration with Anthropic Claude API - 📝 Support for custom system prompts - 🔧 Complete TypeScript interface - 🛠️ Included usage examples This client has been tested with the following Claude models: - - Create an file with your server configuration: json\n([\s\S]*?)\n - : Co…
Read full README on GitHub →

Related other servers