Skip to main content
Glama
Anwesh43

Apify MCP Server Template

by Anwesh43

Ollama-Apify-MCP

Bring powerful local AI into your Apify workflows.

This project connects Ollama’s locally-run language models with the Model Context Protocol (MCP) and Apify’s scraping & automation platform. It enables you to process scraped data, extract insights, and generate intelligent responses — all without external APIs.


🧠 Overview

The Ollama-Apify-MCP Actor bridges Apify workflows with local LLMs via MCP, allowing AI-driven analysis and reasoning while preserving privacy and reducing costs.


Related MCP server: Skeleton MCP Server

🚀 Key Features

  • 🔗 Local LLM integration — Run models like Llama, Mistral, CodeLlama, and more using Ollama

  • 🧩 MCP-based communication — Standards-compliant protocol for tool interaction

  • ⚙️ Automatic context & preprocessing — Improves model response quality

  • 🛠️ Extensible tool architecture — Easily add custom MCP tools & resources

  • 🔁 Robust error handling & retries — Reliable execution in workflows


📦 Quick Start

Use as in cursor, copilot, claude code or desktop

{
  "mcpServers": {
      "ollama-apify-mcp": {
        "url": "https://lenticular-negative--ollama-apify-mcp.apify.actor/mcp?token={YOUR_TOKEN}"
      }
    }
  }

💻 Run Locally

pip install -r requirements.txt
APIFY_META_ORIGIN=STANDBY python -m src

Server runs at:

http://localhost:3000/mcp

☁️ Deploy to Apify

  1. Push the repo to GitHub

  2. Add it as an Actor in Apify Console

  3. Enable Standby Mode

  4. Deploy

MCP endpoint:

https://lenticular-negative--ollama-apify-mcp.apify.actor/mcp

Include your API token:

Authorization: Bearer <APIFY_TOKEN>

🎯 Use Cases

  • 📊 Analyze & summarize scraped web data

  • 🔐 Privacy-first local LLM processing

  • ⚡ Low-latency on-device inference

  • 🧱 Build AI tools inside Apify workflows


🧩 Requirements

  • Python 3.7+

  • Ollama installed locally

  • Apify CLI (for deployment)


❤️ Contributing

PRs and feature ideas are welcome — feel free to extend tools, improve docs, or share sample workflows.


📄 License

MIT License

F
license - not found
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    A template repository for building Model Context Protocol (MCP) servers that enables developers to create interactive AI agents with real-time bidirectional communication capabilities through WebSocket and SSE endpoints.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A template project for building Model Context Protocol servers with FastMCP framework, Docker support, and example CRUD API implementation to help developers quickly bootstrap their own MCP servers.
    6
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    A comprehensive guide and template collection for building model Context Protocol (MCP) servers using FastMCP and deploying them to Google Cloud Run.
    1
    2
    Apache 2.0
  • A
    license
    Not graded
    quality
    D
    maintenance
    A deployment template for running Model Context Protocol servers as Vercel Functions. It provides a foundation for developers to build and host custom tools, prompts, and resources with optimized execution for MCP client integration.
    MIT

View all related MCP servers

Related MCP Connectors

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • FastMCP server for posting formatted content to X (Twitter) — Tollbooth-monetized, DPYC-native

  • Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.

View all MCP Connectors

Latest Blog Posts

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/Anwesh43/ollama-apify-mcp'

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