Twinic-server : configure MCP servers directly from prompts.
About
Twinic-server is an MCP server that lets you install and configure other MCP servers directly from natural language prompts. It integrates with Claude desktop and handles both npm and PyPi hosted servers. It is intended for users who want to add MCP servers without manually…
Details
- Author
- twinic
- Downloads
- 290
- Categories
- Other
Jump to
- Installs MCP servers from npm and PyPi automatically.
- Configures MCP servers using natural language prompts.
- Supports setting environment variables (e.g., GitHub tokens).
- Works with local MCP server directories.
- Requires no manual config editing after initial setup.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Twinic-server : configure MCP servers directly from prompts.Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Node.js, then add the provided JSON configuration to your claude_desktop_config.json file (located at ~/Library/Application Support/Claude on macOS or C:\Users\NAME\AppData\Roaming\Claude on Windows). After restarting Claude desktop, you can issue prompts like “install the MCP server named mcp-server-fetch” (requires npx for Node servers and uv for Python servers).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"twinic-server : configure mcp servers directly from prompts.": {
"twinic-server": {
"command": "npx",
"args": [
"@twinic/twinic-server"
]
}
}
}
}
McpServers
{
"twinic-server": {
"command": "npx",
"args": [
"@twinic/twinic-server"
]
}
}
Twinic-server : configure MCP servers directly from prompts.
<div style="margin-top: 10px; display: flex; flex-wrap: wrap; gap: 16px; align-items: center;">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?:
1. Install Node.js if you don’t have it.
2. 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": {
"twinic-server": {
"command": "npx",
"args": [
"@twinic/twinic-server"
]
}
}
3. Save the config file and restart Claude desktop.
File location:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.json<br>
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'
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



