My Mcp Server
@ikeyu0806
About My Mcp Server
個人用途MCPサーバ
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"myMcpServer": {
"command": "node",
"args": [
"/Users/ikegayayuuki/workspace/my-mcp-server/build/index.js"
],
"env": {
"NEWS_API_KEY": "xxxxxx",
"NOTION_TOKEN": "xxxxxx"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Nginx UI
0xJackyYet another WebUI for Nginx
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments