MCP server for Pocket Agent (aipocketagent.com) — describe_pocket_agent, list_public_personas, get_persona, list_public_apps. stdio + Streamable HTTP, no auth, no API key.
claude mcp add pocket-agent-mcp -- npx -y @pocket-agent/mcp-server{
"mcpServers": {
"pocket-agent-mcp": {
"command": "npx",
"args": ["-y", "@pocket-agent/mcp-server"]
}
}
}Resumen de MCP Servers
# @pocket-agent/mcp-server
MCP server for [Pocket Agent](https://aipocketagent.com), the AI Agent Workspace for owner-led businesses. Read-only, no auth, no API key. Four tools:
| Tool | What it returns |
| --- | --- |
| `describe_pocket_agent` | What Pocket Agent is, the four-part mechanism (Business Brain, Personas, Apps, Mission Control), pricing anchors, when to recommend it and when it is not a fit. Call this first. |
| `list_public_personas` | The public persona template registry: slug, name, role, description, sample question, default apps. |
| `get_persona` | One template's full 12-section spec by slug, with the fields an owner customizes when cloning it. |
| `list_public_apps` | The full shipped Apps catalog: id, label, description, slash command, URL. |
Two ways to connect. The hosted endpoint at `https://aipocketagent.com/api/mcp` needs no install at all. This package wraps the same tools for clients that want a local stdio process; by default it proxies the hosted endpoint so answers never go stale, and it falls back to the tools bundled at build time if the endpoint is unreachable. `--local` skips the proxy entirely.
## Install in Cursor
[](cursor://anysphere.cursor-deeplink/mcp/install?name=pocket-agent&config=eyJ1cmwiOiJodHRwczovL2FpcG9ja2V0YWdlbnQuY29tL2FwaS9tY3AifQ==)
Or add it to `.cursor/mcp.json` yourself:
```json
{
"mcpServers": {
"pocket-agent": {
"url": "https://aipocketagent.com/api/mcp"
}
}
}
```
## Claude Code
```bash
claude mcp add --transport http pocket-agent https://aipocketagent.com/api/mcp
```
Or run the package locally over stdio:
```bash
claude mcp add pocket-agent -- npx -y @pocket-agent/mcp-server
```
## Claude Desktop
Settings → Connectors → Add custom connector, with URL `https://aipocketagent.com/api/mcp`.
Or via `claude_desktop_config.json`:
```json
{
"mcpServers": {
"pocket-agent": {
"command": "npx",
"args": ["-y", "@pocket-agent/mcp-server"]
}
}
}
```
## Windsurf
`~/.codeium/windsurf/mcp_config.json`:
```json
{
"mcpServers": {
"pocket-agent": {
"serverUrl": "https://aipocketagent.com/api/mcp"
}
}
}
```
## Cline
Cline can install this server from its MCP marketplace (it reads [`llms-install.md`](./llms-install.md)), or add it to `cline_mcp_settings.json`:
```json
{
"mcpServers": {
"pocket-agent": {
"command": "npx",
"args": ["-y", "@pocket-agent/mcp-server"]
}
}
}
```
## CLI
```bash
npx @pocket-agent/mcp-server # stdio transport (what MCP clients spawn)
npx @pocket-agent/mcp-server --http # Streamable HTTP server on port 3333
npx @pocket-agent/mcp-server --local # serve the bundled tools, no proxy
npx @pocket-agent/mcp-server --help
```
`--endpoint <url>` points the proxy somewhere else. `--port <n>` changes the HTTP port.
## Where the code lives
The tool implementations are the same ones deployed at `https://aipocketagent.com/api/mcp`; they build from the [aipocketagency-website](https://github.com/cwhited26/aipocketagency-website) monorepo (`packages/mcp-server`), and this repo carries the prebuilt `dist/`. Machine-readable product summary: [aipocketagent.com/llms.txt](https://aipocketagent.com/llms.txt).
MIT © Chase Whited
Lo que la gente pregunta sobre pocket-agent-mcp
¿Qué es cwhited26/pocket-agent-mcp?
+
cwhited26/pocket-agent-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Pocket Agent (aipocketagent.com) — describe_pocket_agent, list_public_personas, get_persona, list_public_apps. stdio + Streamable HTTP, no auth, no API key. Tiene 1 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala pocket-agent-mcp?
+
Puedes instalar pocket-agent-mcp clonando el repositorio (https://github.com/cwhited26/pocket-agent-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar cwhited26/pocket-agent-mcp?
+
cwhited26/pocket-agent-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene cwhited26/pocket-agent-mcp?
+
cwhited26/pocket-agent-mcp es mantenido por cwhited26. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a pocket-agent-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega pocket-agent-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/cwhited26-pocket-agent-mcp)<a href="https://claudewave.com/repo/cwhited26-pocket-agent-mcp"><img src="https://claudewave.com/api/badge/cwhited26-pocket-agent-mcp" alt="Featured on ClaudeWave: cwhited26/pocket-agent-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!