# Timothe's Growth Calendar [Health: Active]

**Category:** 🎯 Marketing  
**Repository:** https://github.com/u17g/timothe-ai-plugins  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/timothe-s-growth-calendar

## Description
Plan, schedule and generate SEO articles on a content calendar, from your agent.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "timothe-s-growth-calendar": {
    "url": "https://timothe.ai"
  }
}
```

## Documentation & README

# Timothe plugins

Plugins that connect [Timothe](https://timothe.ai) tools to your AI agent, so you can work with them
from Claude Code, Claude, Codex or ChatGPT instead of switching to a browser tab.

Each plugin bundles a skill (how to use the tool well) with a connection to Timothe's hosted MCP
server. There is nothing to run locally.

## Growth Calendar

[![smithery badge](https://smithery.ai/badge/timothe/growth-calendar)](https://smithery.ai/servers/timothe/growth-calendar)

Plan, schedule and generate SEO articles on a content calendar.

Ask your agent to show what is scheduled this month, plan a topic cluster, move or retitle a planned
article, or write one now. Article generation runs unattended on its publish date, so the calendar
keeps working after you close the terminal.

Your agent can also check real Google search demand before you commit to anything: monthly search
volumes for a market, who currently ranks for a query, and which keywords bring a competitor its
traffic. It is the same data our own research runs on, so you can settle whether a topic is worth
the effort in the same conversation where you plan it.

### Install

**Claude Code**

```
/plugin marketplace add u17g/timothe-ai-plugins
/plugin install timothe-growth-calendar@timothe-plugins
```

**Codex**

```
codex plugin marketplace add u17g/timothe-ai-plugins
codex plugin add timothe-growth-calendar@timothe-plugins
```

**OpenClaw**

```
openclaw mcp add growth-calendar --url https://timothe.ai/mcp/growth-calendar --transport streamable-http --auth oauth
openclaw mcp login growth-calendar
openclaw skills install @timothe/growth-calendar
```

**Claude, Cowork and Claude Desktop** do not use plugins. Add the server directly under
Settings > Connectors with this URL:

```
https://timothe.ai/mcp/growth-calendar
```

**ChatGPT** needs developer mode enabled (Plus plan or above), then add a custom connector with the
same URL.

### Signing in

The first call opens your browser to sign in to Timothe. Your agent handles the rest, including
refreshing the session later. In Claude Code you can trigger it explicitly with `/mcp`; in Codex,
with `codex mcp login growth-calendar`; in OpenClaw, with `openclaw mcp login growth-calendar`.

The connection acts on one Timothe workspace. If you belong to several, it binds to your current one
the first time you use it.

### What you need

A [Timothe](https://timothe.ai) account on a paid plan. Reading the calendar is free. The keyword
and SERP lookups spend a few credits each; planning a cluster and generating an article spend a lot
more. Your agent is told every cost up front and will tell you before spending anything.

## License

MIT

