Internship Tracker MCP Server

Internship Tracker MCP Server

Enables Claude to manage internship applications in Supabase by adding, listing, updating, and deleting entries via MCP tools.

Category
Visit Server

README

Internship tracker MCP server

A small backend that exposes your Supabase applications table as MCP tools, so Claude can add, list, update, and delete entries directly in conversation.

Files

  • db.js — the only file that talks to Supabase directly
  • tools.js — the four tool definitions (add / list / update / delete), each with a schema (what input is valid) and a handler (what it does to the database)
  • server.js — the HTTP server that speaks the MCP protocol and wires the tools together; this is what Claude actually connects to
  • .env.example — copy to .env and fill in your real Supabase + API key values

Run it locally first

npm install
cp .env.example .env
# edit .env with your real Supabase URL, service key, and a made-up API key
npm run dev

Visit http://localhost:3000 in a browser — you should see "Internship tracker MCP server is running." That confirms the server itself is up, before you worry about MCP or Claude at all.

Deploy it somewhere public

Claude's custom connectors are reached from Anthropic's cloud, not your laptop, so localhost will not work once you're ready to connect it to Claude. Options: Render, Fly.io, Railway.

General steps for any of them:

  1. Push this folder to a GitHub repo
  2. Connect that repo to your chosen host
  3. Set the same environment variables from .env in the host's dashboard (never commit the real .env file)
  4. Deploy — you'll get a public URL like https://internship-tracker.onrender.com
  5. Your MCP endpoint is that URL + /mcp, e.g. https://internship-tracker.onrender.com/mcp

Add it to Claude

In Claude settings → Connectors → Add custom connector, paste the /mcp URL and configure the header x-api-key with the same value you set as CONNECTOR_API_KEY.

Next steps

  • Test each tool individually once connected: "add a test application", "list my applications", "update it to interview stage", "delete it"
  • Once the plain tools work, the visual departures-board UI can be added as an MCP App resource on top of list_applications — a follow-up step, not required for the core tracker to work

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured