mcp s
MCP Servers List
claude mcp add --transport stdio integrabotia-mcp-servers npx -y @integrabot/slack
How to use
This MCP server collection provides a set of modular servers that extend Claude's capabilities with real-world integrations. Each server exposes a standard interface so Claude can perform tasks such as web searching (Brave Search), retrieving Brazilian public data (Brasil API), managing Google Calendar events, handling CRM data (Ploomes CRM), and interacting with Slack workspaces (channels, messages, user profiles). To start a specific server, you can run it through NPX using the corresponding package name, for example: npx -y @integrabot/brave-search. Once running, Claude can call the server's endpoints through MCP to perform the supported actions. The collection is designed to be used together or individually, depending on the user's workflow and data access needs.
How to install
Prerequisites:
- Node.js (LTS) and npm installed on your machine
- Git (optional, for cloning the repository)
- Access tokens or API keys as required by individual services (see environment variables)
Installation steps:
- Clone or download the repository containing the MCP Servers Collection.
- Install dependencies at the repository root:
- npm install
- Build the collection (if the repository provides a build step):
- npm run build
- (Optional) Run in development mode to watch for changes:
- npm run watch
- Start individual MCP servers using NPX (as shown in the mcp_config):
- npx -y @integrabot/brave-search
- npx -y @integrabot/brasil-api
- npx -y @integrabot/google-calendar
- npx -y @integrabot/ploomes-crm
- npx -y @integrabot/slack
Note: If you need to customize environment variables for a server, set them in your environment before starting the server. Examples are provided in the additional_notes section.
Additional notes
Environment variables and configuration hints:
- Brave Search: BRAVE_SEARCH_API_KEY or relevant credentials expected by the Brave Search integration.
- Brasil API: BRASIL_API_KEY or required authentication details; may also require endpoints like CEP or CNPJ configurations.
- Google Calendar: GOOGLE_CALENDAR_OAUTH_TOKEN or API key; for OAuth2 flows you may need client ID/secret and redirect URIs configured.
- Ploomes CRM: PLOOMES_API_KEY or OAuth credentials as required by the Ploomes integration.
- Slack: SLACK_BOT_TOKEN and SLACK_APP_TOKEN for bot interactions; may also require a default workspace or channel configuration.
Common issues:
- API keys not being picked up: ensure environment variables are exported in the shell before launching the NPX command.
- Incorrect scope or OAuth misconfigurations: verify that the OAuth credentials have the correct scopes and are allowed for the target project.
- Network restrictions: some endpoints may be blocked by corporate networks; use VPN or allowlist required domains if applicable.
- Version mismatches: keep the MCP SDK and the individual packages up to date to avoid protocol incompatibilities.
Configuration tips:
- When running multiple servers locally, consider using separate ports or containerized environments to avoid port collisions.
- If you plan to publish or share this collection, ensure you have proper API keys secured (do not commit secrets to version control).
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.