
Markitdown MCP Server
The Markitdown MCP Server bridges AI assistants with markdown content, enabling automated documentation, content analysis, and markdown file management for enha...
Connect your AI workflows to Substack newsletters with mcp-writer-substack. Fetch articles, extract key points, and automate content research and curation directly inside FlowHunt.
The mcp-writer-substack MCP Server acts as a bridge between AI assistants (like Claude) and Substack writings. By leveraging the Model Context Protocol (MCP), this server enables AI clients to access and utilize content from Substack newsletters and articles within their workflows. This enhances the capabilities of AI assistants, allowing them to retrieve, summarize, and analyze Substack publications, which can be particularly valuable for research, content curation, or automated writing assistance. The integration streamlines tasks such as fetching recent articles, extracting key points, or referencing Substack content directly within AI-powered environments, making development workflows more efficient and context-aware.
No explicit prompt templates were found in the repository files.
git clone https://github.com/jean-technologies/mcp-writer-substack.git
cd mcp-writer-substack
pip install -r requirements.txt
{
"mcpServers": {
"substack-writer": {
"command": "python",
"args": ["writer_tool.py"]
}
}
}
claude_desktop_config.example.json
:{
"mcpServers": {
"substack-writer": {
"command": "python",
"args": ["writer_tool.py"]
}
}
}
{
"mcpServers": {
"substack-writer": {
"command": "python",
"args": ["writer_tool.py"]
}
}
}
{
"mcpServers": {
"substack-writer": {
"command": "python",
"args": ["writer_tool.py"]
}
}
}
To secure API keys or other secrets, use environment variables in your configuration. Example:
{
"mcpServers": {
"substack-writer": {
"command": "python",
"args": ["writer_tool.py"],
"env": {
"SUBSTACK_API_KEY": "${SUBSTACK_API_KEY}"
},
"inputs": {
"newsletter_url": "https://yournewsletter.substack.com"
}
}
}
}
Set your environment variables securely in your operating system or deployment environment.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"substack-writer": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “substack-writer” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | Overview present in README and repo description |
List of Prompts | ⛔ | No prompts/templates found |
List of Resources | ✅ | Substack articles, metadata, summaries |
List of Tools | ✅ | writer_tool.py exposes Substack access tools |
Securing API Keys | ✅ | Example config covers environment variables |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the tables, mcp-writer-substack is a specialized MCP server with clear resource and tool exposure, but lacks explicit prompt templates and sampling/roots information. It is straightforward to set up and valuable for content-centric workflows. My rating for this MCP server would be 6/10 due to its focused scope and decent documentation, but missing some advanced MCP features.
Has a LICENSE | ⛔ |
---|---|
Has at least one tool | ✅ |
Number of Forks | 0 |
Number of Stars | 9 |
It acts as a bridge between AI assistants (like Claude) and Substack writings, allowing AI clients to access, retrieve, and summarize newsletter content for research, curation, or automated writing.
It provides access to Substack articles, newsletter metadata (titles, authors, publication dates), and article summaries for use as LLM context.
Use cases include content research and summarization, newsletter monitoring, content curation, reference extraction, and automated writing assistance leveraging Substack articles.
Use environment variables in your configuration. For example, set SUBSTACK_API_KEY as an environment variable and refer to it in your MCP server config for secure management.
No explicit prompt templates are required or provided. The server exposes tools for direct access and summarization of Substack content.
Add the MCP component to your flow, configure it with your server details, and connect it to your AI agent. You can then fetch and utilize Substack content directly inside your AI workflows.
Integrate Substack newsletters into your AI workflows with mcp-writer-substack. Streamline content discovery, summarization, and curation tasks inside FlowHunt.
The Markitdown MCP Server bridges AI assistants with markdown content, enabling automated documentation, content analysis, and markdown file management for enha...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...