MCP Server
Active
MIT
Helium MCP Server - News, Markets & AI MCP Server
io.github.connerlambden/helium-mcp
What is the Helium MCP Server - News, Markets & AI MCP server?
Real-time news with bias scoring, live market data, and AI-powered options pricing
How to install Helium MCP Server - News, Markets & AI
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"helium-mcp": {
"url": "https://heliumtrades.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"helium-mcp": {
"serverUrl": "https://heliumtrades.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"helium-mcp": {
"type": "http",
"url": "https://heliumtrades.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"helium-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://heliumtrades.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http helium-mcp https://heliumtrades.com/mcpRelated MCP servers
Search scientific papers with structured experimental data from full-text studies
34
View repository →JavaScript
MIT