Overview
What is My Mcp Server?
My Mcp Server is a Model Context Protocol (MCP) server that collects news via the News API, retrieves IT hot entry articles, and scrapes web page content for details. It is intended for use with AI clients such as Claude Desktop and Cursor.
How to use My Mcp Server?
Install dependencies with npm install, build with npm run build, and start with node ./build/index.js. Configure the server path and environment variables (NEWS_API_KEY, NOTION_TOKEN) in the MCP settings JSON for Claude Desktop or Cursor.
Key features of My Mcp Server
- Collects news from the News API by keyword
- Retrieves IT hot entry articles
- Scrapes web page content on demand
- Integrates with Claude Desktop and Cursor
- Requires Node.js runtime
Use cases of My Mcp Server
- Gather latest news about a specific topic (e.g., “Apple”)
- Fetch trending IT hot entries for daily updates
- Get detailed information from a news summary by scraping the source
FAQ from My Mcp Server
What environment variables are required?
NEWS_API_KEY and NOTION_TOKEN must be set in the MCP configuration.
How do I rebuild the server after code changes?
Run npm run build to compile TypeScript and apply changes.
How do I use My Mcp Server in Claude Desktop?
Add the server path and environment variables to claude_desktop_config.json under mcpServers.
How do I use My Mcp Server in Cursor?
Go to Preferences → Cursor Settings → MCP and add the same JSON configuration as for Claude Desktop.
Can My Mcp Server scrape web page content?
Yes, after retrieving news or hot entries, you can prompt “〇〇について詳しく教えて” to scrape the source page for details.