MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

A
Ai Collaboration MCP Server

AI Collaboration MCP Server - Coordinate between Claude Code, Cursor, and Windsurf as a collaborative development team

Created 5/13/2025
Updated about 2 months ago
Repository documentation and setup instructions

1798bae5-a6ee-4855-8f47-6ce9ff808294 - Ai Collaboration MCP Server by will380

AI Collaboration MCP Server

Coordinate between Claude Code, Cursor, Windsurf, and other AI tools as a collaborative development team

FeaturesGetting StartedAI Tool SetupPricingDocumentationSupport


https://github.com/user-attachments/assets/8f9192c0-0006-4094-96fb-948cc3ee24c5

🚀 Supercharge Your AI Development Team

The AI Collaboration MCP Server is a powerful Model Context Protocol (MCP) server designed to enable seamless collaboration between different AI tools. It creates a virtual development team where each AI agent can contribute its unique strengths to your project.

⚙️ Features

  • Task Management System: Create, assign, and track tasks between AI tools
  • Role-Based Collaboration: Assign specialized roles (frontend, backend, etc.) to different AI agents
  • Conflict Resolution: Sophisticated system to prevent AI tools from stepping on each other's toes
  • Message Exchange: Enable direct communication between AI agents for better coordination
  • License Management: Enterprise-grade licensing system with Stripe integration
  • Secure Storage: All data is securely stored with proper authentication

🔍 Getting Started

Quick Start with NPX

The fastest way to get started is with our NPX command:

# Install globally
npm install -g ai-collaboration-mcp-server

# Or use directly with npx
npx ai-collaboration-mcp-server

# Setup with your configuration
npx ai-collaboration-mcp-server setup

# Buy a license
npx ai-collaboration-mcp-server buy

# Start the server
npx ai-collaboration-mcp-server start

Available Commands

# Setup your server configuration
npx ai-collaboration-mcp-server setup

# Purchase a license
npx ai-collaboration-mcp-server buy

# Check your license status
npx ai-collaboration-mcp-server status

# Start the MCP server
npx ai-collaboration-mcp-server start

# Install dependencies
npx ai-collaboration-mcp-server install

🛠 AI Tool Setup

Setting Up Claude Code

Claude Code comes with built-in MCP support that makes integration straightforward:

Buy your license at : [https://acmcpserver.netlify.app/#pricing]

  1. Open a terminal and run the Claude Code CLI tool:
    claude mcp add npx -y ai-collaboration-mcp-server start
    

Setting Up Cursor

Cursor can be configured through its config system:

  1. Create or edit your .mcp.json file in your project root:

    touch .mcp.json
    
  2. Add the following configuration:

    {
      "ai-collaboration-server": {
        "command": "npx",
        "args": ["-y", "ai-collaboration-mcp-server start"]
      }
    }
    
  3. Access MCP tools through Cursor's command palette (Ctrl+Shift+P or Cmd+Shift+P):

    MCP: List Available Tools
    MCP: Invoke Tool
    MCP: Get Tasks
    

Setting Up Windsurf:

  1. Create or edit your .mcp.json file in your project root:

    touch .mcp.json
    
  2. Add the following configuration:

    {
      "ai-collaboration-server": {
        "command": "npx",
        "args": ["-y", "ai-collaboration-mcp-server start"]
      }
    }
    
  3. Access MCP functionality:

    /mcp list-tools
    /mcp get-tasks
    /mcp create-task
    

For more detailed setup instructions and troubleshooting, see our AI Tool Integration Guide.

💰 Pricing

We offer flexible pricing options to suit teams of all sizes:

PlanPriceFeatures
Monthly Subscription$9.99/month - Full MCP server access
- API access
- Up to 10 projects
- Email support
Annual Subscription$99.99/year
(Save 17%)
- Full MCP server access
- API access
- Unlimited projects
- Priority email support
Lifetime License$299.99
(One-time payment)
- Full MCP server access
- API access
- Unlimited projects
- Priority support
- All future updates

📖 Documentation

Comprehensive documentation is available for all aspects of the MCP server:

👨‍💻 Support

We're here to help you get the most out of your AI collaboration:

📄 License

This package is provided to customers upon purchase of a license. All usage is subject to our Terms of Service.


© 2025 AI Collaboration MCP Server. All rights reserved.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/will380/ai-collaboration-mcp-server
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "will380-ai-collaboration-mcp-server": { "command": "git", "args": [ "clone", "https://github.com/will380/ai-collaboration-mcp-server" ] } } }