Claude Connect
@grapheneaffiliate
Claude Connect について
An MCP-compliant external connector server enabling Claude and other LLMs to interact with web APIs, filesystem, and custom resources
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"claude-connect": {
"command": "docker",
"args": [
"build",
"-t",
"claude-connect",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Claude Connect?
Claude Connect is an MCP-compliant external connector server that enables Large Language Models like Claude to interact with web APIs, filesystem, and custom resources in a standardized way. It is designed for developers and users who want to give LLMs access to web search, file operations, and custom tools. Version 1.1 (March 2025).
How to use Claude Connect?
Install Python 3.10+, create and activate a virtual environment, install dependencies (..\venv\Scripts\pip.exe install -r requirements.txt), rename .env.example to .env and add your API keys (Bing Search API required, Google Search API optional). Run the server in STDIO mode (..\venv\Scripts\python.exe main.py) or HTTP mode (..\venv\Scripts\python.exe main.py --http). Test with ..\venv\Scripts\pytest.exe. For Claude Desktop integration, follow the dedicated guide.
Key features of Claude Connect
- Web search integration (Bing required, Google optional)
- File operations within a secure sandbox
- Custom resources and prompt templates
- Multiple transport options (STDIO and HTTP with JWT)
- Extensible, modular architecture
- Cross‑platform (tested on Windows 10, Python 3.10+)
Use cases of Claude Connect
- Allow an LLM to fetch live web search results
- Let an LLM read and write files in a sandboxed directory
- Expose custom resource types and prompt templates to LLMs
- Deploy as a containerized service using Docker
- Integrate with Claude Desktop via STDIO for enhanced capabilities
FAQ from Claude Connect
What are the runtime requirements for Claude Connect?
Python 3.10 or higher is required. For search functionality, a Bing Search API key is mandatory; a Google Search API key is optional.
How do I run Claude Connect in different modes?
Run in STDIO mode with ..\venv\Scripts\python.exe main.py or in HTTP mode by adding the --http flag. HTTP mode supports optional JWT authentication.
Is there any security for file operations?
Yes. File operations are restricted to a sandbox directory, and the server prevents path traversal attempts to ensure secure access.
Can Claude Connect be deployed using containers?
Yes. A Dockerfile is provided (based on Python 3.11‑slim). Build with docker build -t claude-connect . and run with docker run -p 8000:8000 --env-file=.env claude-connect.
What transport options are available?
STDIO transport for integration with Claude Desktop and other MCP STDIO clients, and HTTP transport (optional JWT authentication) for development, testing, and web application integration.
「AI とエージェント」の他のコンテンツ
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
meGPT - upload an author's content into an LLM
adriancoCode to process many kinds of content by an author into an MCP server
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
コメント