Backend server for MCPulsor, providing core APIs and integrations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpulsor-server": {
"command": "npx",
"args": [
"-y",
"Rostik96/mcpulsor-server"
]
}
}
}
Run in terminal:
claude mcp add mcpulsor-server npx -y Rostik96/mcpulsor-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpulsor-server": {
"command": "npx",
"args": [
"-y",
"Rostik96/mcpulsor-server"
]
}
}
}