mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
Meltwater
Cursor plugin that connects agents to Meltwater through Meltwater's official remote Model Context Protocol server.
Search media and social mentions and pull analytics.
Install
- Open Cursor Settings → Plugins.
- Search for Meltwater.
- Click Install, then complete the Meltwater sign-in prompt.
Or run /add-plugin meltwater in chat.
MCP
{
"mcpServers": {
"meltwater": {
"type": "http",
"url": "https://api.meltwater.com/v2/mcp"
}
}
}
Auth is OAuth. Cursor prompts for Meltwater sign-in when the plugin connects — there is no client ID or API token to configure.
Before you connect
You need a Meltwater subscription that includes the Meltwater MCP package. Available tools depend on the products in your subscription.
What agents can do
| Category | Capabilities |
|---|---|
| Your assets | Find saved searches and tags configured in Meltwater |
| Mentions | Retrieve news and social documents for a saved search |
| Analytics | Volume, sentiment, top sources, and themes |
| Queries | Generate a query when no saved search exists |
The hosted runtime is the source of truth for tool names and schemas.
Notes
- Meltwater's server advertises standard MCP OAuth with dynamic client registration; its public docs still describe API-key auth, but the OAuth flow is live.
- This is Meltwater MCP (
/v2/mcp), not the higher-level Mira API endpoint at/mcp.
Docs
- Meltwater MCP overview: https://developer.meltwater.com/guides/meltwater-mcp/overview
- Connecting: https://developer.meltwater.com/guides/meltwater-mcp/connecting
- Server URL: https://api.meltwater.com/v2/mcp
Logo is Meltwater's official mark.
License
MIT