Typefully MCP Server
@pepuscz
About Typefully MCP Server
MCP server for Typefully service
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"typefully": {
"command": "/path/to/your/typefully-mcp-server/venv/bin/python",
"args": [
"-m",
"typefully_mcp_server.server"
],
"cwd": "/path/to/your/typefully-mcp-server",
"env": {
"TYPEFULLY_API_KEY": "your_actual_api_key_here"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Typefully MCP Server?
A Model Context Protocol (MCP) server that integrates with the Typefully API, allowing AI assistants to create and manage drafts on Typefully. It is intended for developers who use MCP-compatible AI tools like Cursor or Claude Desktop.
How to use Typefully MCP Server?
Install from source with Python 3.10+, configure your Typefully API key via macOS Keychain or an environment variable, then add the MCP server configuration to your MCP client. Once set up, invoke tools such as create_draft, get_scheduled_drafts, and get_published_drafts through natural language commands.
Key features of Typefully MCP Server
- Create multi‑tweet threads (separated by four newlines)
- Schedule drafts for a specific date/time or next free slot
- Enable AutoRT and AutoPlug on new drafts
- Retrieve scheduled drafts with optional content filtering
- Retrieve published drafts with optional content filtering
- Securely store API key in macOS Keychain
Use cases of Typefully MCP Server
- Compose and schedule a Twitter thread entirely through an AI assistant
- Automatically draft and queue posts using a scheduled next‑free slot
- Review recently published tweets or threads via a chat interface
- Filter and list only threads from your scheduled drafts
FAQ from Typefully MCP Server
What prerequisites are needed to run the server?
Python 3.10 or higher, a Typefully account with API access, and a Typefully API key (available from Settings > Integrations in Typefully).
How do I store my Typefully API key?
You can store it in the macOS Keychain (Service: typefully-mcp-server, Account: api_key) or set it as an environment variable. Environment variables take priority over keychain storage.
What tools does the server provide?
The server provides create_draft, get_scheduled_drafts, and get_published_drafts. Each tool accepts optional parameters for content filtering, scheduling, and threading.
Can I filter drafts by type?
Yes. Both get_scheduled_drafts and get_published_drafts accept a content_filter parameter that accepts "tweets" or "threads" to narrow results.
How do I test the server after setup?
Run the included test_read_api.py script after configuring your API key and activating the virtual environment. It verifies API connectivity.
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments