Interact with Twitter search and timeline
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-twikitAgent-CoreX intelligently routes which tools from adhikasp/mcp-twikit your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-twikit": {
"command": "npx",
"args": [
"-y",
"mcp-twikit"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Integrate with Slack workspaces and channels
A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more.
An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-twikitAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use adhikasp/mcp-twikit directly without routing
npx -y mcp-twikitNew to Agent-CoreX? View setup guide →