streamable-httpMITupdated 1mo ago
Plugins that connect Timothe 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.
What can you do with Timothe's Growth Calendar?
Timothe plugins
Plugins that connect Timothe 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
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 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
Install
Add Timothe's Growth Calendar to your client. Pick the one you use.
claude mcp add --transport http timothe-s-growth-calendar https://timothe.ai/mcp/growth-calendarcodex mcp add timothe-s-growth-calendar --url https://timothe.ai/mcp/growth-calendar{
"mcpServers": {
"timothe-s-growth-calendar": {
"url": "https://timothe.ai/mcp/growth-calendar"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"timothe-s-growth-calendar": {
"type": "http",
"url": "https://timothe.ai/mcp/growth-calendar"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"timothe-s-growth-calendar": {
"url": "https://timothe.ai/mcp/growth-calendar"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"timothe-s-growth-calendar": {
"serverUrl": "https://timothe.ai/mcp/growth-calendar"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 25 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Aug 1, 2026 |