Claude plugins that run your business. dependencies: mission-control & quickbooks-mcp-server connectors
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"plugins": {
"command": "npx",
"args": [
"-y",
"aipathway-co/plugins"
]
}
}
}
Run in terminal:
claude mcp add plugins npx -y aipathway-co/plugins
Add to .cursor/mcp.json:
{
"mcpServers": {
"plugins": {
"command": "npx",
"args": [
"-y",
"aipathway-co/plugins"
]
}
}
}