
Filepad
Let Claude Code or Cursor read and write your Filepad workspace files through OAuth instead of copy-pasting docs into the chat.
Overview
Filepad is a Build-phase MCP server that connects OAuth-authenticated AI agents to live Filepad workspaces over streamable HTTP.
What is this MCP server?
- Streamable HTTP MCP endpoint at https://api.filepad.ai/mcp
- OAuth-based connection to Filepad workspaces (no manual file sync in prompts)
- Server schema version 0.1.1 on MCP 2025-12-11 catalog format
- Remote-only transport—register URL in Claude Code, Cursor, or other MCP clients
- Built for builders who keep specs and notes in Filepad while coding with an agent
- Catalog version 0.1.1
- 1 streamable-http remote endpoint
- Transport type: streamable-http only (no stdio package listed)
What problem does it solve?
Your agent cannot see the specs and notes you keep in Filepad unless you manually paste them into every session.
Who is it for?
Indie builders who document in Filepad and want Claude Code or Cursor to stay aligned with that workspace during feature work.
Skip if: Teams that need offline-only, self-hosted doc sync or deep git-based repo tooling without a Filepad account.
What do I get? / Deliverables
After registration and OAuth, the agent can work against your Filepad workspace as a connected context source while you build.
- Registered streamable-http MCP remote
- OAuth-linked Filepad workspace access for the agent
Recommended MCP Servers
Journey fit
Filepad is an external workspace hook—you wire it during product build when agents need live document context. Integrations is the canonical shelf for OAuth MCP remotes that attach agents to a third-party doc workspace.
How it compares
OAuth workspace MCP integration, not an in-repo agent skill or local filesystem plugin.
Common Questions / FAQ
Who is Filepad MCP for?
Solo and small-team builders who use Filepad for specs and want their AI coding agent connected through the standard MCP remote URL.
When should I use Filepad MCP?
Use it during build when you are integrating agent workflows with your living documentation in Filepad instead of copying files into chat.
How do I add Filepad to my agent?
Add the remote MCP server https://api.filepad.ai/mcp in your client (e.g. Claude Code MCP config), complete OAuth when prompted, then enable the server for your project.