mcp-server-enterprise

emrekaanb/mcp-server-enterprise
★ 0 stars Python 🤖 AI/LLM Updated today
MCP (Model Context Protocol) server in Python exposing internal enterprise data — customers, orders, inventory — to LLM clients like Claude Desktop and ChatGPT.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-enterpris": {
      "command": "uvx",
      "args": [
        "mcp-server-enterprise"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-enterprise

Topics

fastmcpllmmcpmodel-context-protocolpythonsqlalchemy