Get the FREE Ultimate OpenClaw Setup Guide →

mcp s

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

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
claude mcp add --transport stdio lokimcpuniverse-mcp-servers pip install salesforce-mcp-server

How to use

This MCP server collection aggregates enterprise-oriented MCP servers that integrate with various platforms and services. The README describes a suite of production-ready servers designed for security, scalability, and reliability, with consistent API design and environment-based configuration. Each server is capable of connecting enterprise data sources to GenAI workflows, providing structured tool definitions and multi-tenant support to enable AI agents to interact with third-party services in a secure and auditable manner. The collection emphasizes Claude Desktop integration and a uniform approach to configuring and running servers via environment variables, with examples showing how to instantiate clients and start the MCP server process.

To use the tools and capabilities, install the desired MCP server(s) using the recommended package manager (primarily Python via pip for this collection). Once installed, configure the server with the required environment variables (such as instance URLs, authentication tokens, and credentials specific to the platform you’re integrating). The README provides a Claude Desktop example showing how to expose a server as a tool with a Python module entry point and environment variable mappings. You can then start the server and interact with its API to manage connections, run actions, and expose structured tool definitions to your GenAI workflow.

How to install

Prerequisites:

  • Python 3.8+ and pip
  • Git (optional for cloning repositories)

Step-by-step installation:

  1. Install the desired MCP server(s) from the collection via pip. For example, to install a Salesforce MCP server:
pip install salesforce-mcp-server
  1. Repeat for any additional servers in the collection you need (e.g., aws-mcp-server, hubspot-mcp-server, etc.).

  2. Configure each server using the environment variables described in its documentation. Typical variables may include instance URLs, usernames, passwords, tokens, and any server-specific credentials. Example for Claude Desktop integration is shown in the README with a JSON snippet mapping environment variables to values.

  3. Start the server(s) per the server’s instructions (often via a Python command or a small CLI that launches the MCP service).

Additional notes

Tips and common notes:

  • Most servers rely on environment-based configuration; ensure all required credentials are set before starting.
  • For GenAI integration, use the Claude Desktop configuration example to expose servers as tools with clearly defined environment variables.
  • Check for multi-tenant and RBAC features if you plan to host multiple clients or environments in the same deployment.
  • If you encounter connection or authentication issues, verify that the instance URLs, tokens, and scopes are correct and that network access to the target platforms is allowed.
  • The architecture follows a consistent project layout with init.py, server.py, client.py, config.py, and auth.py modules, which helps in debugging and extending functionality.

Related MCP Servers

Sponsor this space

Reach thousands of developers