Cover image
Try Now
2025-04-09

Un servidor de protocolo de contexto modelo para PICA

3 years

Works with Finder

2

Github Watches

1

Github Forks

14

Github Stars

Pica MCP Server

smithery badge

Pica MCP Banner

A Model Context Protocol Server for Pica, built in TypeScript.

Setup Video: https://youtu.be/JJ62NUEkKAs

Demo Video: https://youtu.be/0jeasO20PyM

What is MCP?

Model Context Protocol (MCP) is a system that lets AI apps, like Claude Desktop, connect to external tools and data sources. It gives a clear and safe way for AI assistants to work with local services and APIs while keeping the user in control.

What is Pica?

Pica is a powerful agentic tooling platform that enables connections to 70+ third-party services and applications. This MCP server allows Claude Desktop and anything using the Model Context Protocol to securely interact with all these connections through natural language requests.

With Pica MCP Server, you can:

  • Access Multiple Data Sources: Query databases, fetch files, and retrieve information across services
  • Automate Workflows: Trigger actions and automate tasks across your connected platforms
  • Enhance LLM Capabilities: Give Claude Desktop powerful real-world capabilities through API access

Supported Connections

Pica supports 70+ connections (with more added regularly) across categories like:

Communication & Collaboration

  • Gmail, Outlook Mail, Slack, Teams, SendGrid
  • Notion, Google Drive, Dropbox, OneDrive

Data & Analytics

  • PostgreSQL, BigQuery, Supabase
  • Google Sheets, Airtable

Business & CRM

  • Salesforce, HubSpot, Pipedrive, Zoho
  • Zendesk, Freshdesk, Intercom

AI & ML Services

  • OpenAI, Anthropic, Gemini, ElevenLabs

E-commerce & Financial

  • Shopify, BigCommerce, Square, Stripe
  • QuickBooks, Xero, NetSuite

Installation 🛠️

Using npx

You can use this package directly with npx:

npx @picahq/pica-mcp

Or install it globally:

npm install -g @picahq/pica-mcp

Installing via Smithery

To install pica for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @picahq/pica --client claude

Environment Setup

This server requires a Pica API key. Set the environment variable:

export PICA_SECRET=your_pica_secret_key

Using Docker

Build the Docker Image:

docker build -t pica-mcp-server .

Run the Docker Container:

docker run -e PICA_SECRET=your_pica_secret_key pica-mcp-server

Manual Installation

Install dependencies:

npm install

Build the server:

npm run build

For development with auto-rebuild:

npm run watch

Using Claude Desktop

To use with Claude Desktop, add the server config:

On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json

On Windows: %APPDATA%/Claude/claude_desktop_config.json

Docker

To use the Docker container with Claude Desktop, update your claude_desktop_config.json with:

{
  "mcpServers": {
    "pica-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e", "PICA_SECRET=YOUR_PICA_SECRET_KEY",
        "pica-mcp-server"
      ]
    }
  }
}

Manual

{
  "mcpServers": {
    "pica-mcp-server": {
      "command": "node",
      "args": [
        "/path/to/pica-mcp-server/build/index.js"
      ],
      "env": {
        "PICA_SECRET": "YOUR_PICA_SECRET_KEY"
      }
    }
  }
}

Debugging

Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:

npm run inspector

The Inspector will provide a URL to access debugging tools in your browser.

Example Usage ✨

Once you've added the server config and connected some platforms in the Pica dashboard, restart Claude Desktop and try out some examples:

Communication & Productivity

  • Send an email using Gmail to a colleague with a meeting summary
  • Create a calendar event in Google Calendar for next Tuesday at 2pm
  • Send a message in Slack to the #marketing channel with the latest campaign metrics
  • Find documents in Google Drive related to Q3 planning

Data Access & Analysis

  • List the top 10 customers from my PostgreSQL database
  • Create a new sheet in Google Sheets with sales data
  • Query Salesforce for opportunities closing this month
  • Update a Notion database with project statuses

Business Operations

  • Create a support ticket in Zendesk from customer feedback
  • Process a refund for a customer order in Stripe
  • Add a new lead to HubSpot from a website inquiry
  • Generate an invoice in QuickBooks for a client project

AI & Content

  • Generate an image with DALL-E based on product specifications
  • Transcribe a meeting recording with ElevenLabs
  • Research market trends using Tavily or SerpApi
  • Analyze customer sentiment from support tickets

Got any cool examples? Open a PR and share them!

License

This project is licensed under the GPL-3.0 license. See the LICENSE file for details.

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Callycode Limited
  • A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • Beniyam Berhanu
  • Therapist adept at identifying core issues and offering practical advice with images.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • deemkeen
  • Controle su MBOT2 con un combo de potencia: MQTT+MCP+LLM

  • jae-jae
  • Servidor MCP para obtener contenido de la página web con el navegador sin cabeza de dramaturgo.

    Reviews

    3 (1)
    Avatar
    user_LoTDRULH
    2025-04-17

    As a loyal user of the Pica-MCP application, I can confidently say that it is a game-changer for managing server configurations. The intuitive interface and robust features provided by the talented developers at picahq make this tool indispensable. For anyone looking to streamline their server management processes, Pica-MCP is definitely worth checking out: https://github.com/picahq/mcp-server.