Installs other MCP servers from their source repositories, requiring npx for Node.js and uv for Python.
This server is a server that installs other MCP servers for you. Install it, and you can ask Claude to install MCP servers hosted in npm or PyPi for you. Requires npx
and uv
to be installed for node and Python servers respectively.
Put this into your claude_desktop_config.json
(either at ~/Library/Application Support/Claude
on macOS or C:\Users\NAME\AppData\Roaming\Claude
on Windows):
"mcpServers": {
"mcp-installer": {
"command": "npx",
"args": [
"@anaisbetts/mcp-installer"
]
}
}
Hey Claude, install the MCP server named mcp-server-fetch
Hey Claude, install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/Users/anibetts/Desktop'] for the arguments
Hi Claude, please install the MCP server at /Users/anibetts/code/mcp-youtube, I'm too lazy to do it myself.
Install the server @modelcontextprotocol/server-github. Set the environment variable GITHUB_PERSONAL_ACCESS_TOKEN to '1234567890'
A lightweight Java framework for building MCP servers with TCP transport via mcp-java-bridge.
A server for blockchain interactions, offering Ethereum vanity address generation, 4byte lookup, ABI encoding, and multi-chain RPC calls.
A framework for AI-powered command execution and a plugin-based tool system. It can be run as a standalone service or embedded in other projects to expose a consistent API for invoking tools and managing tasks.
An autonomous memory management system for Claude AI, featuring multi-provider LLM integration and a persistent memory database.
Edit Android preferences using adb and Node.js.
Access Composers' Desktop Project (CDP) sound transformation programs. Requires a separate CDP installation.
Generate, render, and manipulate D2 diagrams with incremental editing capabilities.
Enhances large language models with protein structure analysis capabilities, including active site analysis and disease-protein searches, by connecting to the RCSB Protein Data Bank.
A template for deploying a remote, auth-less MCP server on Cloudflare Workers.
An MCP server for Claude Code CLI that provides persistent session management, entity tracking, and context preservation across development sessions.