Skip to content

LokiMCPUniverse

Open-Source Enterprise Model Context Protocol Servers


Mission

Building open-source Model Context Protocol (MCP) servers for enterprise tools. 16 servers live on the official registry, enabling AI agents to seamlessly integrate with critical business platforms.

No vendor lock-in. No enterprise agreements. Just open-source tools you can trust.

Live Servers (16/19 on Official Registry)

GitOps & Infrastructure

  • ArgoCD - GitOps continuous delivery
  • Rancher - Kubernetes management
  • Azure - Microsoft cloud platform

CI/CD & Automation

  • Harness - CI/CD platform
  • Rundeck - Runbook automation
  • UiPath - RPA automation

ITSM & Service Management

  • ServiceNow - ITSM platform

CRM & Sales

  • HubSpot - CRM and marketing automation
  • Zoho CRM - Customer relationship management

Finance & Accounting

  • QuickBooks - Financial management
  • FreshBooks - Accounting and invoicing
  • Xero - Cloud accounting

Analytics & Business Intelligence

  • PowerBI - Business analytics
  • Tableau - Data visualization

Marketing & Communication

  • Mailchimp - Email marketing
  • Hootsuite - Social media management
  • Chanty - Team communication

Why Open Source MCP Servers?

No Vendor Lock-In

Some tools have official MCP implementations (Azure, ArgoCD, HubSpot). Many don't. These open-source alternatives give you:

  • MIT Licensed - Audit the code, know what it does
  • Free Forever - No licensing fees, no enterprise requirements
  • Fully Customizable - Fork it, modify it, deploy your way
  • Community Driven - Features based on real user needs

Production Ready

  • Async/await throughout for high performance
  • Retry logic with exponential backoff
  • Rate limit handling
  • Structured JSON logging
  • Comprehensive error handling
  • Environment-based configuration

Quick Start

Installation

# Install via uvx (recommended)
uvx servicenow-mcp-server
uvx argocd-mcp-server
uvx azure-mcp-server

# Or via pip
pip install servicenow-mcp-server

Claude Desktop Configuration

{
  "mcpServers": {
    "servicenow": {
      "command": "uvx",
      "args": ["servicenow-mcp-server"],
      "env": {
        "SERVICENOW_INSTANCE": "your-instance.service-now.com",
        "SERVICENOW_USERNAME": "your-username",
        "SERVICENOW_PASSWORD": "your-password"
      }
    }
  }
}

Browse All Servers

Visit the official MCP Registry: https://registry.modelcontextprotocol.io/

Search for: asklokesh

Server Status

Live on Registry: 16 servers ✅

  • All production-ready
  • All open source (MIT license)
  • All installable via uvx or pip

Pending: 1 server ⏳

  • HubSpot (awaiting PyPI README indexing)

Blocked: 2 servers ⚠️

  • GCP, GitLab (PyPI ownership conflicts)

Architecture

Every server follows a consistent architecture:

server-name-mcp-server/
├── src/
│   ├── server.py          # MCP protocol implementation
│   ├── client.py          # Platform API client
│   ├── auth.py            # Authentication
│   └── config.py          # Configuration
├── tests/                 # Test suite
├── examples/              # Usage examples
└── README.md             # Documentation

Stack:

  • Python 3.8+
  • MCP SDK
  • Hatchling build system
  • PyPI + uvx distribution

Use Cases

For SRE Teams

"Check if we have any critical ServiceNow incidents"
"Show me failed ArgoCD deployments in the last hour"
"Deploy staging branch to ArgoCD"

For Platform Engineers

"List all Azure VMs in production"
"Create a P1 incident in ServiceNow for database outage"
"Run Rundeck job for production deployment"

For Finance Teams

"What's our revenue this quarter?" (QuickBooks)
"Show me unpaid invoices" (FreshBooks)
"List all active subscriptions" (Xero)

Contributing

PRs welcome! These are community-driven projects.

  1. Report Issues - Found a bug? Open an issue
  2. Request Features - Need something? Let us know
  3. Submit PRs - Code contributions appreciated
  4. Improve Docs - Help make our docs better
# Development setup
git clone https://github.com/asklokesh/[server-name]
cd [server-name]
pip install -e ".[dev]"
pytest

Community & Support

  • GitHub Issues: Report bugs and request features
  • Pull Requests: Contribute improvements
  • MCP Registry: Find all published servers
  • Documentation: Each repo has detailed README

Official vs Community Implementations

Some tools have official MCP servers from vendors:

  • Azure - Microsoft (GA)
  • ArgoCD - argoproj-labs (Official)
  • HubSpot - HubSpot (Beta)
  • QuickBooks - Intuit (Preview, sandbox only)
  • UiPath - Native platform support
  • Rancher - SUSE (Tech Preview)

Why use community versions?

  • Open source vs proprietary
  • MIT license vs vendor agreements
  • Free vs potential licensing costs
  • Customizable vs vendor-controlled
  • Community features vs vendor roadmap

Most tools (ServiceNow, Tableau, Zoho, PowerBI, etc.) have no official MCP servers - these community implementations fill that gap.

Current Status (December 2025)

Accomplishment: 16 enterprise MCP servers published to official registry

Built during: Christmas/New Year holidays 2024-2025

Impact: Enterprise teams can now integrate AI with critical business tools using standardized, open-source MCP servers

Next: Continue adding servers as community needs them


Open Source • Production Ready • No Vendor Lock-In

Browse ServersInstall GuideGitHub

Founded Servers Live Open Source

Built by @asklokesh during the holidays

Popular repositories Loading

  1. salesforce-mcp-server salesforce-mcp-server Public

    MCP server for Salesforce API integration - Complete CRM integration for GenAI applications

    Python 4 1

  2. mcp-servers mcp-servers Public

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

    4 4

  3. jenkins-mcp-server jenkins-mcp-server Public

    MCP server for Jenkins CI/CD - Intelligent automation server integration for GenAI

    Python 3 1

  4. powerbi-mcp-server powerbi-mcp-server Public

    MCP server for Power BI - Business analytics and data visualization

    Python 3 2

  5. tableau-mcp-server tableau-mcp-server Public

    MCP server for Tableau - Data visualization and analytics platform

    Python 3 2

  6. uipath-mcp-server uipath-mcp-server Public

    MCP server for UiPath - Robotic Process Automation (RPA) platform

    Python 3 2

Repositories

Showing 10 of 26 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…