Développement d'un MCP Server pour faciliter les interactions avec le CRM Teamleader
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dev-creation-mcp-ser": {
"command": "npx",
"args": [
"-y",
"stefanmenardp-commits/dev-creation-mcp-server-crm"
]
}
}
}
Run in terminal:
claude mcp add dev-creation-mcp-ser npx -y stefanmenardp-commits/dev-creation-mcp-server-crm
Add to .cursor/mcp.json:
{
"mcpServers": {
"dev-creation-mcp-ser": {
"command": "npx",
"args": [
"-y",
"stefanmenardp-commits/dev-creation-mcp-server-crm"
]
}
}
}