ToolsConnector

sachinshelke/ToolsConnector
★ 3 stars Python 🤖 AI/LLM Updated today
Open-source Python library for 68 API connectors — Gmail, Slack, GitHub, Stripe, OpenAI, Anthropic & more. MCP server, OpenAI function calling, Anthropic tool use. 1,370+ actions. Apache 2.0.
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": {
    "toolsconnector": {
      "command": "uvx",
      "args": [
        "toolsconnector"
      ]
    }
  }
}

Or install with pip: pip install toolsconnector

README Excerpt

**One interface, every tool. Connect 68+ APIs to your Python app or AI agent in minutes.** --- Every SaaS API has its own SDK, its own auth dance, its own pagination scheme, and its own error format. If you're building an AI agent, you also need to generate JSON Schema for function calling -- differently for OpenAI, Anthropic, and Gemini. You end up writing glue code instead of product code.

Tools (20)

airtableanthropicasanaauth0calendlycloudflareconfluencedatadogdiscorddockerhubfigmafirestorefreshdeskgcalendargdocsgdrivegithubgitlabgmailgsheets

Topics

ai-agentsanthropic-tool-useapi-connectorlangchainllm-toolsmcp-serveropen-sourceopenai-function-callingpythontool-use