How to install and configure MCP servers in Claude Desktop on macOS and Windows — the config file location, the exact JSON shape, and how to verify your tools loaded.
In Claude Desktop, go to Settings → Developer → Edit Config. This opens (or creates) claude_desktop_config.json in your text editor. You can also open the file directly at the path for your OS.
2
Add the server under mcpServers
Add an entry inside the "mcpServers" object with a name, a "command", and its "args". Put any secrets in the "env" object rather than inline in the args.
3
Save and fully restart Claude Desktop
Quit Claude Desktop completely (not just the window) and reopen it. MCP servers are only launched on startup, so config edits are ignored until a full restart.
4
Verify the tools loaded
Open a new chat and look for the tools/MCP indicator. If the server shows zero tools or an error, check the MCP log at ~/Library/Logs/Claude/mcp*.log (macOS) or %APPDATA%\Claude\logs (Windows).
AI 3D model generation and post-processing: text/image/multiview-to-3D via Tripo, plus retopology, format conversion (GLB/FBX/OBJ/STL/USDZ), and stylization. Single Go binary, 10 tools, async generation with polling.
Windows-native local audio and video transcription using whisper.cpp with Vulkan GPU acceleration. No cloud APIs, no Python. Batch processing, multilingual support, model management, and background job handling built in.
Connect Scrivener 3 writing projects to Claude and other AI assistants. 47 tools for document management, writing analysis, semantic search, character/plot memory, and content enhancement. Progressive skill loading, relationship engine with HMS triplets, and JS fallback for offline semantic search. npm i -g scrivener-mcp
Local-first, MCP-native persistent memory for AI agents — a single Rust binary with embedded SQLite, hybrid FTS5 + dense-vector search, and optional AES-256-GCM encryption. Fully offline, no cloud.
Verified ListingOwnership or active status confirmed on AllMCPs.
The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.
MCP server for video analysis — extracts transcripts, key frames, OCR text, and annotated timelines from video URLs. Supports Loom and direct video files (.mp4, .webm). Zero auth required.
Transform MCP is a single MCP-native tool that turns any file into agent-ready data, called directly from your agent session with no separate pipeline to wire up. Drop in a PDF, spreadsheet, scan, or email and get back partitioned, enriched, chunked, and embedded output ready for RAG, vector stores, or agent memory. 60+ formats, one call, 15,000 free pages a month.
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: getstockquote, searchstock, mainfundrank, sectorfundflow, getkline. Install: uvx mcp-eastmoney or pip install mcp-eastmoney.
14 0
Frequently Asked Questions
On macOS it is ~/Library/Application Support/Claude/claude_desktop_config.json; on Windows it is %APPDATA%\Claude\claude_desktop_config.json. The fastest way to open it is Settings → Developer → Edit Config, which creates the file if it does not exist.