Skip to content
MCP Server Community By @thinkchainai

thinkchainai/mcpbundles

MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic tool calling and MCP UI for managing bundles and credentials.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide →
Connected Apps: thinkchainai/mcpbundles Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-thinkchainai-mcpbundles

Detailed Documentation

MCP Bundles: Create custom bundles of tools and connect providers with OAuth or API keys. Use one MCP server across thousands of integrations, with programmatic tool calling and MCP UI for managing bundles and credentials.

Configuration

{
  "mcpServers": {
    "thinkchainai-mcpbundles": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-thinkchainai-mcpbundles"
      ],
      "env": {}
    }
  }
}