TypingMind APP
TypingMind โ LLM Frontend Chat UI for AI models
Chat with AI using your API keys. Pay only for what you use. GPT-4, Gemini, Claude, and other LLMs supported. The best chat LLM frontend UI for all AI models.
5 Replies
@Jiri Spilka can you pls advise?
Hi, thank you! TypingMind looks really interesting.
I've managed to set it up, but since I'm on the free plan, I wasn't able to test it end to end.
1. Launch TypingMind MCP Connector
In TypingMind, navigate to:
Settings โ Advanced Settings โ Model Context Protocol
Select โThis Deviceโ and click Next
Run the provided command in your terminal to start the MCP Connector
PORT=50880 npx @typingmind/mcp <your-auth-token>
Replace
<your-auth-token>
with your desired token (e.g., 68dCihsLuKtODrhacZwHU
)
Ensure your device has Node.js 18+ installed
2. Add Apify MCP Server Configuration
After the MCP Connector is running, click โEdit Serversโ in TypingMind and input the following JSON configuration
Replace "apify_api_xxxx"
with your actual Apify API token
3. Activate the Plugin
Navigate to the Plugins section in TypingMind
Locate the newly added actors-mcp-server plugin and enable it.
Once activated, you can interact with Apify actors directly through TypingMind.
Thank you @Saurav Jain @Jiri Spilka, is it possible to use
Remote Server
configuration and connect to https://mcp.apify.com

descibed in https://docs.apify.com/platform/integrations/mcp
Apify MCP server | Platform | Apify Documentation
Learn how to use the Apify MCP server to integrate Apify Actors into your AI agents or applications.
I've managed to set it up, using
This Device
+ Google Gemini 2.0 Flash
API and it's working perfectly ..