CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

WhatsApp MCP by TimelinesAI

initechsoftware/whatsapp-mcp-by-timelinesai
HTTPregistry active
Summary

Connects Claude directly to your TimelinesAI WhatsApp inbox via OAuth. You get 18 tools spanning chat discovery, message history, sends and replies, emoji reactions, label and teammate assignment, and workspace quota inspection. All writes hit the real inbox and consume your actual TimelinesAI messaging budget, same as the web UI. Recipients can't tell whether you typed it or Claude sent it. Requires a live TimelinesAI account with at least one connected WhatsApp number. Runs via the mcp-remote proxy over streamable HTTP. Useful if you're already managing customer support or sales conversations in TimelinesAI and want to triage, draft replies, or bulk-label chats without leaving your AI workspace.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

WhatsApp MCP by TimelinesAI

Full-blown MCP server — every workspace action exposed to your AI assistant.

License: MIT MCP Works with Claude Works with Cursor smithery badge

Drive your TimelinesAI WhatsApp inbox from Claude, Cursor, Claude Code, or any MCP-compatible client. List chats, read history, send messages, react, label, assign teammates, check quotas — all 18 tools, all as you, all on the same quota the TimelinesAI UI uses.


What is this?

The TimelinesAI MCP server is a remote control for your real WhatsApp inbox inside TimelinesAI. Connect once via OAuth, then your AI assistant gains 18 tools across chat discovery, messaging, triage (labels + assignments), and workspace introspection.

No sandbox. Writes are real and visible to your contacts. Recipients cannot tell whether a message came from the UI or from an AI assistant — it's all just you.

Requirements

  • A working TimelinesAI production account with at least one connected WhatsApp account in your workspace. Without a connected WA, most tools will return empty or error — the MCP is a remote control for your real inbox, not a sandbox.
  • Node.js 18+ locally (Cursor / Claude Desktop / Claude Code use npx to launch the mcp-remote proxy).

Don't have a TimelinesAI account yet? Sign up free →


Quick setup (~1 min)

Claude Code (CLI)

claude mcp add timelinesai -- npx -y mcp-remote@latest https://mcp.services.timelines.ai/mcp --host 127.0.0.1

Restart Claude Code. A browser tab will open on first use — log in with your TimelinesAI account to authorize. Done.

Claude Code (plugin)

Prefer one-step install via the TimelinesAI plugin marketplace:

/plugin marketplace add InitechSoftware/whatsapp-mcp-by-timelinesai
/plugin install timelinesai-whatsapp@timelinesai

This auto-wires the MCP server — no manual config. A browser tab opens on first use for OAuth. Update later with /plugin marketplace update timelinesai.

Cursor

Edit ~/.cursor/mcp.json:

{
  "mcpServers": {
    "timelinesai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.services.timelines.ai/mcp",
        "--host", "127.0.0.1"
      ]
    }
  }
}

Restart Cursor.

Claude Desktop

Open Settings → Developer → Edit Config and add:

{
  "mcpServers": {
    "timelinesai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.services.timelines.ai/mcp",
        "--host", "127.0.0.1"
      ]
    }
  }
}

Fully quit Claude Desktop (not just close the window) and reopen. A browser tab will open for OAuth on first use.

See examples/ for ready-to-copy config snippets per client.


First thing to try

After your client restarts, ask it:

"What tools does the timelinesai MCP server expose? Group them by purpose and give me one example prompt per group."

That gives you a personalized tour of what's available without reading any docs.


Tool catalog (18 tools)

Workspace meta — 3 tools

Read-only introspection. Cheap to call.

ToolPurpose
workspace_quotasCurrent plan, seats, messaging + API call quotas, billing period
workspace_whatsapp_accountsConnected WhatsApp accounts (id, phone, owner, status)
workspace_teamTeammates, roles, invitation status, account bindings

Chat discovery + inspection — 5 tools

Browse and read. No writes.

ToolPurpose
list_chatsFilter chats by status, labels, assignee, group/direct, phone, name, dates, WA account — paginated 50/page
chat_detailsFull metadata for a single chat
chat_historyConversation context window around a specific message
get_chat_messagesPage through messages in a chat
message_detailsInspect a single message

Messaging writes — 4 tools

Quota-consuming. Same monthly messaging budget as the TimelinesAI UI.

ToolPurpose
chat_send_messageSend a message (text, attachment, or reply) in an existing chat
whatsapp_account_send_messageSend a message to any phone via a specific WA account (creates chat if none exists — cold send)
message_replyThreaded reply to a specific message
message_reactSet or clear an emoji reaction on a message

Chat mutations — 6 tools

State + triage operations on chats. Idempotent label and assign ops.

ToolPurpose
chat_openReopen a closed chat
chat_closeClose a chat
chat_assignAssign chat to a teammate by email (use workspace_team to discover emails)
chat_unassignUnassign current responsible teammate
chat_set_labelAdd a label to a chat
chat_remove_labelRemove a label from a chat

→ Full schemas and example prompts: docs/tools.md


How authentication works

The server uses OAuth via the mcp-remote proxy. On first connection, your browser opens to mcp.services.timelines.ai — log in to your TimelinesAI account to authorize. Token is cached locally by mcp-remote; subsequent sessions reconnect without prompting.

On machines that already have an active TimelinesAI session (e.g. you're logged in to TimelinesAI in your default browser, or you've previously authorized the MCP via the Claude.ai integration), authorization may complete silently with no browser prompt.

Every action runs as you — your role's permissions in TimelinesAI apply to MCP calls exactly as they apply to UI actions.


Safety + production behavior

⚠️ This MCP server controls a real WhatsApp inbox. Read this section before sending writes.

  • Messages sent via MCP are indistinguishable from messages sent in the UI. Recipients cannot tell.
  • Writes are real and immediate. No undo. Confirm before bulk actions.
  • Quota is shared with UI usage — MCP messages draw from the same monthly messaging budget. Call workspace_quotas to see headroom.
  • No sandbox mode. Practice on your own number first if you're unsure.
  • Without a connected WhatsApp account, most tools return empty results or errors. Connect a WA account in TimelinesAI first.

Get started

  1. Sign up for TimelinesAI →
  2. Connect a WhatsApp account in the TimelinesAI dashboard.
  3. Pick your client above (Claude Code, Cursor, or Claude Desktop) and paste the config.
  4. Restart, authorize, ask your assistant what it can do.

Links

  • TimelinesAI — timelines.ai
  • Sign up — app.timelines.ai/register
  • MCP server endpoint — https://mcp.services.timelines.ai/mcp
  • Model Context Protocol — modelcontextprotocol.io
  • mcp-remote proxy — npm
  • Issues / feedback — open an issue in this repo

License

MIT © 2026 Initech Software / TimelinesAI

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Communication & Messaging
Registryactive
TransportHTTP
UpdatedMay 29, 2026
View on GitHub

Related Communication & Messaging MCP Servers

View all →
Microsoft 365 Teams

io.github.mindstone/mcp-server-microsoft-teams

Microsoft 365 Teams via Graph: list chats, read/send messages, list teams/channels, presence.
8
Outlook Email

com.mintmcp/outlook-email

A MCP server for Outlook email that lets you search, read, and draft emails and replies.
8
Resend Email MCP

helbertparanhos/resend-email-mcp

Complete Resend email MCP: full API coverage + debug layer (deliverability, DNS, bounces).
Email Mcp

marlinjai/email-mcp

Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
13
Email (IMAP/SMTP)

io.github.mindstone/mcp-server-email-imap

Email IMAP/SMTP MCP server: iCloud, Gmail, Yahoo, Outlook, and custom IMAP providers
8
HTML Email Playbook

io.github.osamahassouna/email-playbook-mcp

Teaches AI to write HTML email that renders in Outlook, Gmail, and Apple Mail. 19 rules, 6 comps.