
YouTube Video Summarizer MCP Server
The YouTube Video Summarizer MCP Server lets AI assistants and developers extract and summarize YouTube video content—including titles, descriptions, and transc...

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.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
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 |
Integrate Substack newsletters into your AI workflows with mcp-writer-substack. Streamline content discovery, summarization, and curation tasks inside FlowHunt.

The YouTube Video Summarizer MCP Server lets AI assistants and developers extract and summarize YouTube video content—including titles, descriptions, and transc...

The MediaWiki-MCP-adapter enables AI assistants and automation tools to programmatically fetch and edit MediaWiki pages via a streamlined Model Context Protocol...

The Deep Research MCP Server enables comprehensive, AI-powered research workflows by automating question elaboration, subquestion generation, web search, conten...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.