Overview
What is Typefully MCP Server?
Typefully MCP Server is a Model Context Protocol (MCP) server that integrates with the Typefully API, enabling AI assistants to create and manage drafts on Typefully.
How to use Typefully MCP Server?
To use the Typefully MCP Server, clone the repository, set up a virtual environment, install the package, and configure your Typefully API key. Once configured, you can use the server to create, schedule, and retrieve drafts.
Key features of Typefully MCP Server?
- Create drafts with support for multi-tweet threads and scheduling.
- Get scheduled and published drafts with optional filtering.
- AutoRT and AutoPlug features for enhanced engagement.
Use cases of Typefully MCP Server?
- Automating the creation of multi-tweet threads for social media.
- Scheduling tweets for optimal posting times.
- Managing and retrieving drafts efficiently through API calls.
FAQ from Typefully MCP Server?
- What are the prerequisites for using the server?
You need Python 3.10 or higher and a Typefully account with API access.
- How do I securely store my API key?
You can store your API key in the macOS Keychain or set it as an environment variable.
- Is there a test script available?
Yes, a test script is included to verify the server functionality.
Server Config
{
"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"
}
}
}
}