Hashnode MCP Server
@sbmagar13
关于 Hashnode MCP Server
A Model Context Protocol (MCP) server that connects AI assistants to the Hashnode API, enabling seamless content creation, management, and retrieval through AI interactions. Create, update, and search Hashnode articles directly through Claude or other AI assistants.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hashnode-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
".venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Hashnode MCP Server?
A Model Context Protocol (MCP) server that provides tools for accessing and searching Hashnode content programmatically. It enables AI assistants to create, update, and retrieve Hashnode articles, search for content, and get user information via the Hashnode GraphQL API.
How to use Hashnode MCP Server?
Install by cloning the repository, creating a Python virtual environment, and installing dependencies. Set environment variables HASHNODE_PERSONAL_ACCESS_TOKEN and (optionally) HASHNODE_API_URL in a .env file. Run the server manually with python run_server.py or python mcp_server.py, or configure it in Claude Desktop or Cline VSCode extension to be managed automatically.
Key features of Hashnode MCP Server
- Creates and publishes new articles on Hashnode
- Updates existing articles
- Searches for articles by keywords
- Retrieves article details by ID
- Gets user information by username
- Fetches the latest articles from a publication
Use cases of Hashnode MCP Server
- Publishing articles to Hashnode directly from an AI assistant
- Updating existing Hashnode content without using the web interface
- Searching Hashnode for relevant articles on a topic
- Fetching a publication’s latest articles for analysis or aggregation
- Retrieving details about a specific article or user
FAQ from Hashnode MCP Server
What does the Hashnode MCP Server do?
It acts as a bridge between AI assistants (like Claude) that support the Model Context Protocol and the Hashnode API, allowing programmatic article management, searching, and user info retrieval.
What dependencies or runtime are required?
Python 3 with asyncio and httpx libraries, plus the packages listed in requirements.txt. The server uses asynchronous programming for efficient API communication.
How do I authenticate with the Hashnode API?
You must provide a HASHNODE_PERSONAL_ACCESS_TOKEN in the .env file or as an environment variable. The server uses this token to call the Hashnode GraphQL API at https://gql.hashnode.com.
What transport protocol does the server use?
By default, the server listens on localhost:8000 using Server-Sent Events (SSE) transport. It can also be integrated with MCP clients like Claude Desktop or Cline VSCode extension.
Can I run the server manually without Claude Desktop?
Yes. You can start it directly with python mcp_server.py or python run_server.py. The server will then accept connections from any MCP-compatible client.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
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.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论