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"
]
}
}
}
İlgili Sunucular
Scout Monitoring MCP
sponsorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Developer MCP Server
A context management system designed for software development teams with customizable data storage.
MCP Server Executable
An executable server for running MCP services, featuring tool chaining, multi-service management, and plugin support.
OpenMM MCP
AI-native crypto trading server with 13 tools for market data, order execution, grid strategies, and Cardano DeFi across multiple exchanges.
Galley MCP Server
Integrates Galley's GraphQL API with MCP clients. It automatically introspects the GraphQL schema for seamless use with tools like Claude and VS Code.
Codebase MCP Server
A server for secure and efficient codebase analysis.
Neovim LSP MCP Server
Bridges AI coding assistants with Neovim's Language Server Protocol for AI-powered code intelligence and navigation.
Artificial Analysis
An unofficial MCP server for the Artificial Analysis API
UIFlowchartCreator
Create UI flowcharts from text descriptions.
CodeGraphContext
An MCP server that indexes local code into a graph database to provide context to AI assistants.
OpenAPI Schema
Exposes OpenAPI schema information to Large Language Models (LLMs). The server loads OpenAPI schema files specified via command line.