MCP Server README
Overview
This project is a server application designed to fetch and provide news related to dollar fluctuations and economic updates.
To use this server, you can clone the repository from GitHub and run the server locally to start receiving updates on dollar news.
- Real-time updates on dollar news - Integration with various news sources - Easy setup and configuration
- Keeping track of dollar exchange rates and news for financial analysis.
- Integrating with financial applications to provide users with the latest dollar news.
- Researching economic trends related to the dollar.
Add to your AI client
Use these steps to connect MCP Server README in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"mcp-server-get-dollars-news-news-rainbolld": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-get-dollars-news-news-rainbolld"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"mcp-server-get-dollars-news-news-rainbolld": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-get-dollars-news-news-rainbolld"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcp-server-get-dollars-news-news-rainbolld": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-get-dollars-news-news-rainbolld"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcp-server-get-dollars-news-news-rainbolld": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-get-dollars-news-news-rainbolld"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-server-get-dollars-news-news-rainbolld": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-get-dollars-news-news-rainbolld"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcp-server-get-dollars-news-news-rainbolld": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcp-server-get-dollars-news-news-rainbolld"
]
}
}
}FAQ
What kind of news does this server provide?
The server provides news related to dollar fluctuations, economic updates, and financial news.
Is there a cost to use this server?
No, the server is open-source and free to use.
How can I contribute to the project?
You can contribute by submitting issues or pull requests on the GitHub repository.