Mathom is a local MCP server for file storage. It allows AI agents to read, write, and manage files on the local filesystem. It provides OAuth2 authentication for secure access. Developers use it to test and debug MCP servers locally before deploying them to production environments.
Mathom is a local MCP server for file storage. It allows AI agents to read, write, and manage files on the local filesystem. It provides OAuth2 authentication for secure access. Developers use it to test and debug MCP servers locally before deploying them to production environments.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"stephenlacy-mathom-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-stephenlacy-mathom-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mathom?"
API Key Required
This server requires an API key from mathom. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MATHOM_API_KEY | Yes | Your mathom API key |
"What resources are available in mathom?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mathom"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mathom with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.