oo.ai-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@oo.ai-mcpsearch for machine learning papers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
oo.ai-mcp
Introduction
This project provides a tool to search content on oo.ai.
Related MCP server: web-search
Usage
from oo.main import search_ooai
# Search content on oo.ai
result = search_ooai("example query")
print(result)Dependencies
fastmcp>=2.2.0
markitdown[all]>=0.1.1
playwright>=1.51.0
pytest>=8.3.5
Requirements
Python 3.13 or higher
Installation
Clone the repository:
git clone https://github.com/cdecl/oo.ai-mcp cd oo.ai-mcpSync the dependencies:
uv sync
Running the server
To run the server directly from the cloned repository, use the following command:
uvx --from . ooaiAlternatively, you can run it directly from GitHub:
uvx --from git+https://github.com/cdecl/oo.ai-mcp ooaiMCP Server Registration
To use this tool as an MCP server, register it in your MCP configuration with the following details:
{
"mcpServers": {
"oo.ai-mcp": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/cdecl/oo.ai-mcp",
"ooai"
]
}
}
}Testing
uv run pytest -vThis server cannot be deployed
Maintenance
Related MCP Connectors
Web search and page-reading for AI agents. One-click OAuth connect, or a Caesar API key.
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
Search your knowledge bases from any AI assistant using hybrid RAG.
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables web search and webpage scraping using Jina AI services.-
- AlicenseNot gradedqualityDmaintenanceEnables web searching using Google search results with no API keys required.36 npm1MIT
- AlicenseAqualityDmaintenanceEnables performing web searches and fetching web page content via Ollama's hosted APIs, providing search results and raw page data.21MIT

302AI Web Search MCPofficial
AlicenseNot gradedqualityDmaintenanceEnables web search functionality via the 302AI API.27 npmMIT