Twinic-server : configure MCP servers directly from prompts.
This server lets you install and configure other MCP servers just by asking. 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.
![image]
How to Set Up?:
-
Install Node.js if you don’t have it.
-
Put this into your
claude_desktop_config.json(either at~/Library/Application Support/Claudeon macOS orC:\\Users\\NAME\\AppData\\Roaming\\Claudeon Windows):
"mcpServers": {
"twinic-server": {
"command": "npx",
"args": [
"@twinic/twinic-server"
]
}
}
- Save the config file and restart Claude desktop.
File location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
C:\\Users\\YOU\\AppData\\Roaming\\Claude\\claude_desktop_config.json
Example prompts
Hey Claude, install the MCP server named mcp-server-fetch
Hey Claude, install the @modelcontextprotocol/server-filesystem package as an MCP server. Use ['/Users/pangloss/Desktop'] for the arguments
Hi Claude, please install the MCP server at /Users/pangloss/code/whatsapp-mcp, I'm too lazy to do it myself.
Install the server @modelcontextprotocol/server-github. Set the environment variable GITHUB_PERSONAL_ACCESS_TOKEN to '1234567890'
Recommend MCP Servers 💡
@recraft-ai/mcp-recraft-server
An MCP server that integrates with Recraft API to provide advanced raster and vector image operations, including generation, editing, vectorization, background removal, and upscaling.
ayushps1/remote-mcp-server
A remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers, providing tools (like a math tool) accessible via SSE with OAuth login.
quarkus-mcp-servers
Model Context Protocol Servers in Quarkus
react-analyzer-mcp
MCP server for analyzing & generating docs for React code locally
mcp-example
A demonstration MCP server with SSE communication and a demo greeting tool.
garak-mcp
A lightweight MCP server that integrates with Garak LLM vulnerability scanner to provide tools for listing model types, models, Garak probes, running attacks, and getting reports.