Timothe's Growth Calendar
Plan, schedule and generate SEO articles on a content calendar, from your agent.
Open source Repository Open in the app JSON README (API)
About
Plan, schedule and generate SEO articles on a content calendar, from your agent.
Details
- Kind
- MCP servers
- Topic
- Productivity
- Publisher
- ai.timothe
- Origin
- official
- Category
- ferramentas
- Transport
- http
- Version
- 0.1.0
- Last push
- 2026-08-06T21:33:08Z
- Repository state
- ativo
- License
- MIT
- Added
- 2026-08-29 03:00:42
- Updated
- 2026-08-29 03:00:42
- Origin id
ai.timothe/growth-calendar
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 [](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