Assistente Pessoal MCP Bridge
Integrates with WordPress through the Assistente Pessoal Dashboard plugin, allowing agents to list, create, update, partially conclude, complete, cancel tasks, and register observations while keeping WordPress as the source of truth.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Assistente Pessoal MCP BridgeQuais são minhas tarefas pendentes no WordPress?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Assistente Pessoal MCP Bridge
Ponte MCP remota entre o ChatGPT e o plugin WordPress Assistente Pessoal Dashboard v0.2+.
Objetivo
Depois de conectada ao ChatGPT como app MCP personalizado, esta ponte permite que uma conversa use ferramentas para:
listar tarefas;
ler mudanças incrementais;
criar tarefas;
atualizar tarefas;
marcar uma tarefa como Sim / Não / Parcial;
registrar observações;
excluir uma tarefa quando solicitado.
O WordPress continua sendo a fonte permanente de dados.
Related MCP server: WP Pinch
Arquitetura
ChatGPT ↓ MCP Assistente Pessoal MCP Bridge ↓ REST + token WordPress / Assistente Pessoal Dashboard ↓ Banco de tarefas + histórico
Pré-requisito
Instale primeiro o plugin WordPress:
assistente-pessoal-dashboard-v0.2.0-sync.zip
Depois vá em:
WordPress → Assistente Pessoal → Sincronização
e gere o token.
Configuração local
Requer Node.js 20+.
cp .env.example .envPreencha:
WORDPRESS_API_BASE=https://SEU-SITE.com/wp-json/apd/v1
WORDPRESS_SYNC_TOKEN=apd_SEU_TOKEN
PORT=3000Depois:
npm install
set -a
source .env
set +a
npm startTeste:
curl http://localhost:3000/healthzDocker
docker build -t assistente-pessoal-mcp .
docker run --rm -p 3000:3000 \
-e WORDPRESS_API_BASE=https://SEU-SITE.com/wp-json/apd/v1 \
-e WORDPRESS_SYNC_TOKEN=apd_SEU_TOKEN \
assistente-pessoal-mcpPublicação
O ChatGPT precisa alcançar um servidor MCP remoto. Portanto, publique este serviço em um host HTTPS, como:
VPS próprio;
Render;
Railway;
Fly.io;
Cloud Run;
serviço equivalente.
O endpoint remoto será:
https://SEU-BRIDGE.com/mcp
Não exponha o token do WordPress em código público.
Ferramentas MCP
assistente_health
Testa WordPress ↔ ponte.
listar_tarefas
Retorna snapshot atual + eventos incrementais.
criar_ou_atualizar_tarefa
Faz upsert pelo external_id.
atualizar_tarefa
Altera parcialmente status, observações, datas etc.
registrar_resultado_tarefa
Atalho para:
Sim
Não
Parcial
percentual
observações
excluir_tarefa
Exclusão lógica, preservando histórico.
Como conectar ao ChatGPT
A OpenAI atualmente suporta apps personalizados baseados em MCP. O suporte completo a ações de escrita/alteração está em beta e depende do plano/workspace e das permissões administrativas.
Quando seu ambiente oferecer Developer mode / Custom MCP app:
publique este servidor em HTTPS;
copie a URL
https://SEU-BRIDGE.com/mcp;abra as configurações de apps/plugins do ChatGPT;
habilite modo de desenvolvedor, se disponível;
adicione o servidor MCP remoto;
revise as ferramentas e permissões de escrita;
habilite o app para o workspace/conversa.
Depois, em uma conversa onde o app estiver habilitado, comandos como:
“Crie uma tarefa para concluir a análise da Vera amanhã.”
podem chamar a ferramenta do WordPress.
E:
“A Vera ficou parcial. Analisei os documentos, falta o CNIS.”
pode atualizar a tarefa e salvar a observação.
Importante sobre o Projeto do ChatGPT
O Projeto do ChatGPT não transforma automaticamente toda mensagem em uma chamada de ferramenta.
A forma correta é:
habilitar o app MCP na conversa/projeto quando o produto permitir;
instruir o assistente a usar a ferramenta sempre que uma fala criar/alterar uma tarefa;
consultar as tarefas do WordPress antes de organizar o dia ou a semana.
Assim, o WordPress vira a memória operacional compartilhada.
Regra sugerida para as Instruções do Projeto
Acrescente às instruções do seu Projeto:
Quando o app Assistente Pessoal estiver disponível, use-o como fonte de verdade das tarefas. Antes de organizar meu dia ou semana, consulte as tarefas atuais. Sempre que eu criar, alterar, concluir parcialmente, concluir ou cancelar uma tarefa, registre a mudança no Assistente Pessoal. Não crie duplicatas: consulte primeiro as tarefas existentes.
Segurança
Nunca coloque
WORDPRESS_SYNC_TOKENem JavaScript do navegador.Nunca publique
.env.Use HTTPS.
Regenerar o token do WordPress invalida o anterior.
Considere configurar
MCP_SHARED_SECRET.Use firewall/rate limiting no host.
Mantenha WordPress, PHP, Node e dependências atualizados.
Faça backup do WordPress.
Observação técnica
O servidor usa MCP via Streamable HTTP e o SDK oficial do Model Context Protocol.
Como o ecossistema MCP evolui rapidamente, valide a versão mais recente do SDK antes de colocar em produção.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Manage Superlist tasks and lists in plain language from any MCP-compatible AI agent.
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Secure MCP Server for WordPress connects AI assistants and agents to WordPress with secure, controlled access. It lets AI interact with WordPress through MCP while helping organizations manage access, enforce policies, protect non-human identities (NHI), and require human approval for sensitive actions. Use it to securely connect tools such as ChatGPT, Claude, and Cursor with WordPress. Marketplace Link: https://wordpress.org/plugins/miniorange-secure-mcp-server/ Official website: https://plugins.miniorange.com/mcp-server-ai-policy-enforcement-wordpress
- DazbenchOAuthapp.dazbench
Task management your AI agents can actually run. One line becomes a context-ready task over MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceIntegrates with Google Tasks to enable searching, listing, creating, updating, and deleting tasks through MCP tools. It provides a comprehensive interface for managing task lists and individual task details via the Google Tasks API.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage and interact with WordPress sites through MCP, providing tools for content creation, moderation, WooCommerce operations, and governance.47GPL 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Notion tasks, projects, and courses through MCP, allowing creation, retrieval, and filtering of tasks.1Apache 2.0
- AlicenseCqualityDmaintenanceEnables AI-powered WordPress management via MCP, with 158 tools for posts, pages, media, plugins, themes, users, comments, and more, plus token-optimized responses.100782MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gustavomcz-wq/assistente-pessoal-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server