oo.ai-mcp
Click on "Install 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: jina-web-mcp
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/cdecl/oo.ai-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server