Claude Desktop
An MCP server for interacting with Anthropic's Claude on the desktop, based on a DeepLearning.ai course example.
Claude Desktop MCP Integration
Repository to set up example L9 from MCP: Build Rich-Context AI Apps with Anthropic short course on Deeplearning.ai.
Difficulties
One difficulty in setting this up was getting the claude_desktop_config.json to work with project in WSL2 Ubuntu. Here is the solution I found:
{
"mcpServers": {
"filesystem": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"npx -y @modelcontextprotocol/server-filesystem /home/rick/anthropic_mcp"
]
},
"research": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"/home/rick/.local/bin/uv --directory /home/rick/anthropic_mcp run research_server.py"
]
},
"fetch": {
"command": "wsl.exe",
"args": [
"bash",
"-c",
"/home/rick/.local/bin/uvx mcp-server-fetch"
]
}
}
}
関連サーバー
Alpha Vantage MCP Server
スポンサーAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MAVAE - IMAGE TOOLBOX
A creative toolkit for AI agents to generate, edit, and manage images, models, and collections using the MAVAE API.
DocuMind MCP Server
An MCP server for analyzing documentation quality using advanced neural processing.
302AI Image
A Model Context Protocol server for generating images using the 302AI API.
Create MCP App
Bootstrap Model Context Protocol (MCP) servers and clients in TypeScript with best practices, examples, and proper tooling setup.
IMAGIN.studio API Docs
Semantic search over IMAGIN.studio vehicle imagery API documentation, CDN configuration, and integration guides.
Huly
MCP server for Huly project management system
MCP Server Automation CLI
A command-line tool to automate the deployment of MCP servers to AWS ECS.
Godot RAG
Provides Godot documentation to a RAG model using a vector database.
Codacy
Access the Codacy API to analyze code quality, coverage, and security for your repositories.
Awesome LLMs Txt
Access documentation from the Awesome-llms-txt repository directly in your conversations.