npm proxy @implexa/mcp-server (needs to be public for claude plugin install to work)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"implexa-mcp-server": {
"command": "npx",
"args": [
"-y",
"Implexa-Inc/implexa-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add implexa-mcp-server npx -y Implexa-Inc/implexa-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"implexa-mcp-server": {
"command": "npx",
"args": [
"-y",
"Implexa-Inc/implexa-mcp-server"
]
}
}
}