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"
]
}
}
}
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Super Secret MCP Server
A fun tool to generate random combinations of US States and signature soups.
MCP Remote Machine Control
Provides remote machine control capabilities, eliminating SSH overhead for token-efficient system operations.
MCP Mermaid Server
Generate and analyze Mermaid diagrams.
iFlytek Workflow MCP Server
An MCP server for executing iFlytek workflows through MCP tools.
Toolkit MCP Server
Provides system utilities and tools like IP geolocation, network diagnostics, system monitoring, crypto operations, and QR code generation.
Photon
A TypeScript framework that turns a single class into an MCP server, CLI tool, and web dashboard with a marketplace of 35 ready-made photons.
MCP-Haskell
A complete Model Context Protocol (MCP) implementation for Haskell, supporting both StdIO and HTTP transport.
MCP Server with GitHub OAuth
A remote MCP server with built-in GitHub OAuth support, designed for deployment on Cloudflare Workers.
Loki MCP Server
A Go-based server to query Grafana Loki logs using the Model Context Protocol (MCP).
Substrate MCP Server
A Model Context Protocol (MCP) server for Substrate blockchains, written in Rust.