Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PostCrawl MCP Serversearch for recent posts about AI ethics on Reddit"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PostCrawl MCP Server
A Cloudflare Workers-based Model Context Protocol (MCP) server that provides access to the PostCrawl API for searching and extracting content from social media platforms, particularly Reddit.
Overview
PostCrawl is an API service that allows you to search for posts across social media platforms and extract their content. This MCP server provides a seamless interface to the PostCrawl API, enabling AI assistants to:
Search for posts with customizable parameters
Extract content from specific URLs
Retrieve posts with markdown formatting
Control extraction depth with simplified boolean parameter
Check API health status
Related MCP server: Remote MCP Server for Website Analysis
Quick Start
Prerequisites
Node.js (latest LTS version)
Bun (recommended) or npm
A Cloudflare account (for deployment)
PostCrawl API key
MCP Inspector (for testing)
Installation
Install dependencies:
npm installStart development server:
bun devThe server will be available at
http://localhost:8787
Testing with MCP Inspector
The simplest way to test this MCP server is using MCP Inspector.
📖 See how-to-use.md for detailed step-by-step instructions with screenshots.
Quick overview:
Install MCP Inspector:
npx @modelcontextprotocol/inspectorUse "Streamable HTTP" transport type
Connect to:
https://postcrawl.com/mcpAdd Authorization header with your PostCrawl API key
Test the available tools
Authentication
The server requires a PostCrawl API key provided as a Bearer token:
Authorization: Bearer YOUR_POSTCRAWL_API_KEYAvailable MCP Tools
1. search
Search for posts across social media platforms.
Parameters:
query(string, required): Search querypage(int, optional): Page number (default: 1)results(int, optional): Number of results (default: 10)social_platforms(string[], optional): Social platforms to search
2. search_and_extract
Search for posts and extract their content in a single operation.
Same parameters as search with additional:
response_mode(string, optional): Response format - "raw" or "markdown" (default: "raw")include_comments(boolean, optional): Include comments and replies (default: false)
3. extract
Extract content from specific URLs.
Parameters:
urls(string[], required): List of URLs to extract content frominclude_comments(boolean, optional): Include comments and replies (default: false)response_mode(string, optional): Response format - "raw" or "markdown" (default: "raw")
4. check_health
Check the health status of the PostCrawl API.
Parameters: None
Development Scripts
bun devornpm run dev- Start development servernpm run deploy- Deploy to Cloudflare Workersnpm run type-check- Run TypeScript type checkingnpm run cf-typegen- Generate Cloudflare Worker types
Deployment
Deploy to Cloudflare Workers:
npm run deployConfiguration
The PostCrawl API configuration:
Base URL:
https://edge.postcrawl.comDefault timeout: 30 seconds per request
Primary platforms: Reddit and TikTok
Response formats: Raw JSON and Markdown
Rate Limits
Rate limits depend on your PostCrawl API plan. The server includes appropriate error handling for rate limit responses.
Architecture
Hono: Web framework for Cloudflare Workers
agents/mcp: MCP agent framework
@modelcontextprotocol/sdk: MCP protocol implementation
zod: Runtime type validation
PostCrawl API: Social media content extraction service
Error Handling
The server provides comprehensive error handling for:
Missing or invalid authentication
PostCrawl API errors
Invalid request parameters
Network timeouts
License
This project is licensed under the ISC License.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.