Skip to main content
Glama

MCP Server - Twitter NoAuth

import argparse import asyncio import logging from . import server logging.basicConfig(level=logging.DEBUG) logger = logging.getLogger('mcp_twitter_noauth') def main(): logger.debug("Starting mcp-server-twitter-noauth main()") parser = argparse.ArgumentParser(description='Twitter NoAuth MCP Server') args = parser.parse_args() # Run the async main function logger.debug("About to run server.main()") asyncio.run(server.main()) logger.debug("Server main() completed") if __name__ == "__main__": main() # Expose important items at package level __all__ = ["main", "server"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/baryhuang/mcp-twitter-noauth'

If you have feedback or need assistance with the MCP directory API, please join our Discord server