My Mcp Server
@ikeyu0806
关于 My Mcp Server
個人用途MCPサーバ
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"myMcpServer": {
"command": "node",
"args": [
"/Users/ikegayayuuki/workspace/my-mcp-server/build/index.js"
],
"env": {
"NEWS_API_KEY": "xxxxxx",
"NOTION_TOKEN": "xxxxxx"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome Mlops
visengerA curated list of references for MLOps
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
评论