trackmcp
Back to directory
Rishavv007

mcp-api-server

View on GitHub

A FastAPI-MCP server that fetches Wikipedia summaries for AI assistants, deployed using Google Colab and Ngrok.

0 stars PythonSearch & Data Retrieval Updated Mar 16, 2025

Documentation

MCP-Wikipedia-API-Server

A FastAPI-MCP server that fetches Wikipedia summaries for AI assistants, deployed using Google Colab and Ngrok.

This project implements a Model Context Protocol (MCP) server using FastAPI to allow AI assistants to fetch Wikipedia summaries. The server is deployed on Google Colab and exposed via Ngrok.


Features

Fetches Wikipedia summaries based on user queries

Runs as an MCP-compatible server for AI interactions

Uses FastAPI and Wikipedia API

Works with Google Colab + Ngrok for quick deployment


How to Run in Google Colab

Install Required Dependencies

Run this command in a Colab cell:

sh
!pip install fastapi uvicorn pyngrok requests wikipedia-api nest_asyncio

Authenticate Ngrok

Run this command in a Colab cell:

sh
!ngrok config add-authtoken YOUR_TOKEN

Frequently asked questions

What is mcp-api-server?

mcp-api-server is A FastAPI-MCP server that fetches Wikipedia summaries for AI assistants, deployed using Google Colab and Ngrok.

How do I install mcp-api-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-api-server open source?

Yes — it is hosted on GitHub at https://github.com/Rishavv007/MCP-API-Server.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP