twinic/Twinic-server
If you are the rightful owner of Twinic-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Twinic-server allows users to configure MCP servers directly from prompts, facilitating easy installation and configuration of servers hosted on npm or PyPi.
Twinic-server is a versatile tool designed to simplify the installation and configuration of Model Context Protocol (MCP) servers. By leveraging the power of prompts, users can instruct the server to install and configure other MCP servers hosted on npm or PyPi. This server requires the installation of `npx` for Node.js servers and `uv` for Python servers. The setup process involves modifying the `claude_desktop_config.json` file to include the Twinic-server configuration, which allows the Claude desktop application to recognize and execute commands for installing MCP servers. This tool is particularly useful for users who want to streamline the process of managing MCP servers without manually handling each installation and configuration step.
Features
- Prompt-based installation: Install MCP servers using simple prompts.
- Supports npm and PyPi: Compatible with servers hosted on npm and PyPi.
- Integration with Claude: Works seamlessly with the Claude desktop application.
- Cross-platform support: Available for both macOS and Windows.
- Automated configuration: Automatically configures servers based on user prompts.
Usages
usage with Claude Desktop
{ "mcpServers": { "twinic-server": { "command": "npx", "args": [ "@twinic/twinic-server" ] } } }