@dtcmvp/mcp-server-install
v1.0.2
Published
Interactive installer for DTCMVP MCP Server - automatically configures Claude Desktop
Readme
DTCMVP MCP Server Installer
Interactive installer for the DTCMVP MCP Server. Automatically configures Claude Desktop with your API key.
Usage
npx @dtcmvp/mcp-server-installThe installer will:
- Prompt you for your DTCMVP API key
- Automatically find your Claude Desktop config file
- Add the DTCMVP MCP server configuration
- Set up everything needed
What You Need
- An API key from dtcmvpete.com (Settings > API Keys)
- Claude Desktop installed
After Installation
- Quit Claude Desktop completely (not just close the window)
- Reopen Claude Desktop
- The DTCMVP tools will be available!
What Gets Installed
This installer configures Claude Desktop to use @dtcmvp/mcp-server via npx. No permanent installation is required - Claude Desktop will automatically download the latest version when it starts.
Manual Configuration
If you prefer to configure manually, add this to your Claude Desktop config:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"dtcmvp": {
"command": "npx",
"args": ["-y", "@dtcmvp/mcp-server"],
"env": {
"DTCMVP_API_KEY": "dtc_your_api_key_here"
}
}
}
}License
MIT
