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"
]
}
}
}
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Core Lightning MCP Server
A Rust-based gRPC server that provides a standardized MCP interface for Core Lightning nodes.
ailist-mcp
Search and discover Ai projects from Claude Code. Browse 1,400+ MCP servers, tools, and agents. Submit projects via your Ai agent.
Praison AI
AI Agents framework with 64+ built-in MCP tools for search, memory, workflows, code execution, and file operations. Install via `uvx praisonai-mcp`
MalwareBazaar MCP
Interface with Malware Bazaar to get real-time threat intelligence and sample metadata for cybersecurity research.
Markdown Sidecar MCP Server
Serve and access markdown documentation for locally installed NPM, Go, or PyPi packages.
Authless Remote MCP Server
A remote MCP server without authentication, deployable on Cloudflare Workers or locally with npm.
Azure DevOps
Interact with Azure DevOps for managing projects, pipelines, and repositories.
Refine Prompt
Refines and structures prompts for large language models using the Anthropic API.
Image Generation
Generate images from text prompts using the Together AI API.
MCP Expr Lang
MCP Expr-Lang provides a seamless integration between Claude AI and the powerful expr-lang expression evaluation engine.