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
mcp-hosts-installer
MCP server that installs and registers other MCP servers in Cursor, VS Code, or Claude Desktop from npm, PyPI, or a local folder (via npx).
NovaCV
An MCP server for accessing the NovaCV resume service API.
WebdriverIO MCP
A Model Context Protocol (MCP) server that enables Claude Desktop to interact with web browsers and mobile applications using WebDriverIO. Automate Chrome browsers, iOS apps, and Android apps—all through a unified interface.
Package Version Check
Returns the latest package / dependency / tool versions for Python, NPM, Go, Docker, Helm, etc.
Intlayer
A MCP Server that enhance your IDE with AI-powered assistance for Intlayer i18n / CMS tool: smart CLI access, versioned docs.
MCP Go Generator Node.js
Generate Go microservices with a hexagonal architecture in a Node.js environment.
Sentry
Retrieve and analyze issues, error reports, and debugging information from Sentry.io.
Allyson
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP Playwright Server
Automate web testing and tasks by connecting Claude Desktop with Playwright.
AiDex
Persistent code index using Tree-sitter for fast, precise code search. Replaces grep with ~50 token responses instead of 2000+.