Magnet MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Magnet MCP Serverlist my recent workflows"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Magnet MCP Server
An MCP server for interacting with Magnet (magnet.run)
Note: Currently macOS only. Windows and Linux support coming soon.
Setup
To set it up:
Generate an API key for your Workspace (Organization) at https://www.magnet.run/settings or from the Settings -> MCP section of the Desktop app.
Set up your MCP server configuration:
For Cursor or Claude Desktop (add to your MCP settings JSON):
{
"Magnet": {
"command": "npx",
"args": [
"-y",
"@magnet-ai/magnet-mcp-server"
],
"env": {
"MAGNET_API_KEY": "your-api-key-here"
}
}
}For Claude Code (run this command):
claude mcp add --transport stdio Magnet --env MAGNET_API_KEY=your-api-key-here -- npx -y @magnet-ai/magnet-mcp-server💡 TIP:
If you are seeing issues getting your MCP server configuration working, consider that it might be an issue with the node / npx version, and try to put a full path to the npx you would like to use in the "command" field.
Related MCP server: Obsidian Claude Code MCP Server
Local Development
For instructions on developing and testing locally, see LOCAL_DEVELOPMENT.md.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP of MCPs. Automatic discovery and configure MCP servers on your local machine. Integration with Claude and Cursor.Last updated53Apache 2.0
- Alicense-qualityDmaintenanceEnables Claude Code and Claude Desktop to interact with Obsidian vaults through MCP protocol. Supports file operations, workspace context access, and dual transport (WebSocket and HTTP/SSE) for AI-powered assistance with your notes.Last updated325BSD Zero Clause
- AlicenseAqualityCmaintenanceGives Claude Code, Claude Desktop, Cursor, VS Code Copilot, and other MCP-compatible tools persistent memory.Last updated18871MIT
- Alicense-qualityAmaintenanceConnects MCP clients (Claude Desktop, Cursor, Cline, Zed) to llmsproxy.ai, exposing chat, coding, and retrieval capabilities as MCP tools, resources, and prompts.Last updated28Apache 2.0
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toolkit-ai/magnet-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server