MCP Hub
Back to servers

mcp-servers

24 Enterprise MCP Servers for GenAI: AWS, Salesforce, HubSpot, Jenkins, Power BI + more. Production-ready AI agent integrations.

Stars
4
Forks
4
Updated
Jun 9, 2025
Validated
Jan 9, 2026

MCP Servers Collection

GitHub stars GitHub forks GitHub issues GitHub license

Servers Available Production Ready Enterprise Grade

GitHub Discussions Contribute

A comprehensive collection of Model Context Protocol (MCP) servers for integrating enterprise APIs with GenAI applications.

Overview

This collection provides production-ready MCP servers for major enterprise platforms, enabling seamless integration with AI agents and GenAI applications. Each server is designed with enterprise requirements in mind: security, scalability, and reliability.

Available Servers

Cloud Platforms

ServerDescriptionStatus
AWS MCP ServerAmazon Web Services - comprehensive cloud services integrationReady
GCP MCP ServerGoogle Cloud Platform - complete GCP services integrationReady
Azure MCP ServerMicrosoft Azure - full Azure services integrationReady

CRM & Sales Platforms

ServerDescriptionStatus
Salesforce MCP ServerComplete Salesforce CRM, Sales Cloud, Service Cloud integrationReady
HubSpot MCP ServerHubSpot CRM, Marketing, Sales, and Service Hub integrationReady
Zoho CRM MCP ServerZoho CRM suite integrationReady

DevOps & CI/CD

ServerDescriptionStatus
Jenkins MCP ServerJenkins CI/CD automation server integrationReady
GitLab MCP ServerGitLab DevOps platform integrationReady
ArgoCD MCP ServerGitOps continuous delivery for KubernetesReady
Harness MCP ServerContinuous delivery and cloud cost managementReady
Rundeck MCP ServerRunbook automation and job schedulingReady

Container & Orchestration

ServerDescriptionStatus
Rancher MCP ServerKubernetes management platformReady

Business Intelligence & Analytics

ServerDescriptionStatus
Power BI MCP ServerMicrosoft Power BI analytics and visualizationReady
Tableau MCP ServerTableau data visualization platformReady

Accounting & Finance

ServerDescriptionStatus
QuickBooks MCP ServerQuickBooks accounting software integrationReady
Xero MCP ServerXero cloud accounting platformReady
FreshBooks MCP ServerFreshBooks small business accountingReady

Marketing & Communication

ServerDescriptionStatus
Mailchimp MCP ServerEmail marketing and automation platformReady
Hootsuite MCP ServerSocial media management platformReady
Chanty MCP ServerTeam collaboration platformReady

IT Service Management & Automation

ServerDescriptionStatus
ServiceNow MCP ServerIT service management platformReady
UiPath MCP ServerRobotic Process Automation (RPA) platformReady

Version Control

ServerDescriptionStatus
Git MCP ServerGit repository operations and managementReady

Key Features

Enterprise-Ready

  • Production-grade error handling
  • Comprehensive logging and monitoring
  • Rate limiting and retry logic
  • Multi-tenant/multi-account support

Security First

  • Multiple authentication methods (OAuth 2.0, API keys, JWT)
  • Role-based access control (RBAC)
  • Audit logging
  • Encryption at rest and in transit

Developer Friendly

  • Consistent API design across all servers
  • Comprehensive documentation
  • Example code for common use cases
  • Easy configuration via environment variables

GenAI Optimized

  • Designed for AI agent integration
  • Structured tool definitions
  • Context-aware responses
  • Batch operation support

Quick Start

Installation

Each server can be installed via pip:

pip install salesforce-mcp-server
pip install aws-mcp-server
pip install hubspot-mcp-server
# ... etc

Basic Usage

All servers follow a consistent pattern:

from salesforce_mcp import SalesforceMCPServer

# Initialize with configuration
server = SalesforceMCPServer(
    instance_url="https://your-instance.salesforce.com",
    username="your-username",
    password="your-password",
    security_token="your-token"
)

# Start the server
server.start()

Claude Desktop Integration

Add any server to your Claude Desktop configuration:

{
  "mcpServers": {
    "salesforce": {
      "command": "python",
      "args": ["-m", "salesforce_mcp.server"],
      "env": {
        "SALESFORCE_INSTANCE_URL": "https://your-instance.salesforce.com",
        "SALESFORCE_USERNAME": "your-username",
        "SALESFORCE_PASSWORD": "your-password",
        "SALESFORCE_SECURITY_TOKEN": "your-token"
      }
    }
  }
}

Architecture

All MCP servers in this collection follow a consistent architecture:

server-name-mcp-server/
├── src/
│   └── server_name_mcp/
│       ├── __init__.py
│       ├── server.py      # MCP server implementation
│       ├── client.py      # API client wrapper
│       ├── config.py      # Configuration management
│       ├── auth.py        # Authentication handlers
│       └── exceptions.py  # Custom exceptions
├── tests/
│   ├── test_server.py
│   ├── test_client.py
│   └── test_auth.py
├── examples/
│   ├── basic_usage.py
│   ├── genai_integration.py
│   └── advanced_scenarios.py
├── pyproject.toml
├── README.md
└── LICENSE

Contributing

We welcome contributions! Please see our Contributing Guide for details.

Development Setup

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Submit a pull request

Security

Support

  • Documentation: Each server has comprehensive README
  • Issues: Use GitHub Issues for bug reports and feature requests
  • Discussions: Join our GitHub Discussions for community support

License

All servers in this collection are released under the MIT License. See individual repositories for details.

Author

AskLokesh - Cloud & Agentic AI Solutions Architect


Built with focus on enterprise integration, security, and GenAI compatibility.

Reviews

No reviews yet

Sign in to write a review