Dev & Engineering gmailmcp-serverintegrationscliapi-keys

Pica Community Edition

Connect AI agents to 200+ integrations via MCP

FollowAgents review · FARS-2.1
Not recommended
9/ 100 5-point scale 0.5 / 5
1 2 3 4 5 6
1Trust0 / 29 · 0.0/5

Evidence shows only README and LICENSE; no code or configuration to demonstrate permission management, user confirmation, data flow transparency, sensitive data handling, dependency security, external effects, rollback, or source attribution. All trust criteria lack evidence, hence 0.

2Reliability2 / 14 · 0.7/5

README states it is the community edition and no longer actively maintained, consistent with repository description, but lacks code and tests to verify consistency. Dependency availability and failure messages have no evidence. Thus self-consistency scores 1, others 0.

3Adaptability2 / 18 · 0.6/5

README identifies target audience (AI agent developers) and use case (connecting Gmail etc.), but does not define capability boundaries, trigger precision, or environment fit. Hence audience and scenarios score 1, others 0.

4Convention4 / 18 · 1.1/5

README provides installation steps and links to documentation, basic information architecture. Known limitation (no longer maintained) is stated. License is GPL-3.0, but no version or changelog. Maintenance responsibility implied by deprecation notice. Thus information architecture, install notes, known limitations, and maintenance responsibility each score 1, license scores 2, others 0.

5Effectiveness1 / 13 · 0.4/5

README describes product value (connect 200+ integrations), but no concrete evidence of output usability, marginal value, or cost-benefit. Hence marginal value scores 1, others 0.

6Verifiability0 / 8 · 0.0/5

All claims lack code or test support, cannot be traced or cross-verified, facts and inferences not separated. Hence all criteria score 0.

Evidence confidence: Low Reviewed Aug 11, 2026 Reviewed revision ba4fc0880bfb
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Safety controls not found in source: least-privilege scoping, confirmation before acting, data-flow disclosure, sensitive-data handling, dependency security, disclosed external effects, rollback or recovery path, verifiable attribution
Before you use it
  • Repository contains only README and LICENSE, no code or tests, so any functional or security claims cannot be verified.
  • README explicitly states it is no longer maintained; assess risk before use.
  • No dependency manifest or security audit provided; dependency security unknown.
Review evidence [1][2][3][4]
See the full review method →

What does this agent do, and when should you use it?

Pica Community Edition is an agentic tooling platform that connects AI agents to 200+ integrations. The repository is the community edition, which is no longer actively maintained and has transitioned to a private cloud platform. It provides a CLI (@picahq/cli) for initialization, a web dashboard for managing connections, and an MCP server (via the Pica skill) that enables agents to interact with connected platforms like Gmail. The platform manages authentication, verified action knowledge, and offers developer-friendly SDKs. Users must obtain an API key from the dashboard, then use the Pica CLI and install the skill to integrate with their AI agent or agent builder.

Pica Community Edition provides a CLI tool (@picahq/cli) that initializes configuration via 'pica init' using an API key from the dashboard. It allows users to add connections like Gmail through the web app. It installs the Pica skill via npx (npx skills add) that provides access to connected integrations through an MCP server. In its architecture, agents invoke MCP calls to manipulate user-connected platforms (e.g., Gmail) for actions like email management. The platform curates integration knowledge to verify available actions.

  1. Developers who want to integrate their AI agent (built with any framework) with Gmail via MCP for email automation.
  2. Agent builders who need to give their agents access to a wide range of integrations (200+ platforms) without managing OAuth manually.
  3. Developers who require centralized connection management and secure API key storage for multiple integrations.
  4. Teams that use 'npx skills add' to quickly install the Pica skill into their environment and then interact with connected services.
  5. Developers who need a CLI tool to initialize and configure their project for agent integration.

What are this agent's strengths and limitations?

Pros
  • Supports over 200 integrations and 25,000+ actions, covering a broad range of platforms.
  • Simplifies authentication with centralized connection management and secure storage.
  • Uses the MCP protocol, a standard interface that many agent frameworks can adopt.
  • Offers developer-friendly SDKs to accelerate integration.
Limitations
  • Community edition is no longer maintained, meaning no updates or support.
  • No self-hosting option; the platform is cloud-only, creating vendor lock-in.
  • Requires API key and dashboard access to app.picaos.com, increasing platform dependency.
  • Core features like verified action knowledge depend on cloud services, not available offline or in private deployments.

How do you install or deploy this agent?

Install the Pica CLI globally with npm: 'npm i -g @picahq/cli'. Then run 'pica init' and provide your API key from https://app.picaos.com/settings/api-keys.

How do you use this agent?

After installing the CLI, run 'pica init' and add a Gmail connection from the app dashboard. Then install the Pica skill with 'npx skills add https://github.com/picahq/skills --skill pica'. Finally, configure your AI agent or builder to use the MCP server, allowing it to interact with your connected integrations.

FAQ

Is the Pica community edition still supported?
No, it's no longer actively maintained. The platform has moved to a private cloud service; see app.picaos.com for the latest version.
What credentials do I need to use Pica?
You'll need a Pica secret key from the app dashboard (app.picaos.com/settings/api-keys) for the 'pica init' command.
How do I integrate Pica with my existing AI agent?
By installing the MCP skill (npx skills add ... --skill pica), your agent (any MCP-compatible) can access connected integrations.
Can I self-host Pica?
The community edition is open source, but the platform has moved to cloud-hosted, so full self-hosting may not be possible; you'll rely on cloud services.
What is Pica's pricing model?
Pricing details are not provided in the repository; check picaos.com or the app dashboard for current plans.

Compare agents like this one

The same FARS review applied across the shortlist this agent qualifies for.

Related agents