magnet-mcp-server
The magnet-mcp-server is an automation server built with JavaScript. It provides features to efficiently manage multiple tasks and optimize workflows. It excels in API integration and data processing, serving as a tool for developers to quickly advance their projects.
GitHub Stars
2
User Rating
Not Rated
Favorites
0
Views
19
Forks
1
Issues
0
Magnet MCP Server
An MCP server for interacting with Magnet (magnet.run)
To set it up:
Generate an API key for your Workspace (Organization) at
https://magnet.run/settingsSet up your MCP server JSON configuration in Cursor, Claude Code, Claude Desktop or wherever you're looking to use it. Here's an example configuraition
{
"command": "npx",
"args": [
"magnet-mcp-server"
],
"env": {
"MAGNET_API_KEY": "your-api-key-here" //Go to https://magnet.run/settings
}
}
💡 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.