qiscrm-mcp
v0.1.0
Published
MCP server for QISCRM
Readme
qiscrm-mcp
To Use
npm install -g qiscrm-mcp
# remmber to replace the key
env BASE_URL={{BASE_URL}} ApiKey={{ApiKey}} orgId={{orgId}} npx qiscrm-mcp
# stdio client config
{
"mcpServers": {
"qiscrm-mcp-agent": {
"command": "node",
"args": [
"/Users/James_1/Documents/git-repo/qiscrm-mcp/build/index.js"
],
"env": {
"BASE_URL": "{{BASE_URL}}",
"ApiKey": "{{ApiKey}}",
"orgId": "{{orgId}}"
}
}
}
}
To Dev
npm run build
# remmber to replace the key
env BASE_URL={{BASE_URL}} ApiKey={{ApiKey}} orgId={{orgId}} npx @modelcontextprotocol/inspector node ./build/index.js