CrewAI MCP Servers

Production-ready MCP servers for AI agents. Build by AI, for AI.

Stars License

MCP Servers

Web Search MCP Server

Search the web and extract content from URLs. Give your AI agent real-time internet access.
uvx crewai-web-search-mcp
web_search extract_content

Code Review Automation MCP

Automated code review for AI agents. Analyze PRs, detect issues, suggest fixes.
uvx code-review-automation
review_code analyze_pr check_quality

Document Intelligence Server

Intelligent document processing. Extract text from PDFs/images, classify, and summarize.
uvx document-intelligence-server
extract_document classify_document summarize_document

Browser Automation Skills

Pre-built CrewAI skills for web automation: form filling, data extraction, multi-step navigation.
pip install crewai-browser-automation-skills-pack

Enterprise Integration Skills

CrewAI skills for REST APIs, web scraping, email parsing, document processing, and databases.
pip install crewai-enterprise-integration-skills-pack

Quick Start

# Install with uvx (fastest)
uvx crewai-web-search-mcp

# Or with pip
pip install crewai-web-search-mcp

# Add to Claude Desktop config:
{
  "mcpServers": {
    "web-search": {
      "command": "uvx",
      "args": ["crewai-web-search-mcp"]
    }
  }
}

All Channels

PyPI GitHub HuggingFace Gumroad MCP Registry