Back to Home
r-brink icon

polars-mcp

Verified Safe

by r-brink

Overview

Provides interactive and introspectable Polars API reference documentation and conceptual usage guides via an MCP server.

Installation

Run Command
npx @modelcontextprotocol/inspector uv run polars_mcp.py

Security Notes

The server's core functionality relies on Python's `inspect` module to introspect the locally installed Polars package, which is generally safe as it operates on trusted Python objects. File operations are confined to loading static markdown guides from a known local directory (`guides/`). There are no indications of 'eval', 'exec', arbitrary code execution, direct external network calls beyond typical server communication, or hardcoded sensitive information. The main potential (but unlikely) risk would be if the installed Polars package itself were malicious, but the server code doesn't introduce new vulnerabilities in its interaction with Polars.

Similar Servers

Stats

Interest Score38
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars8
Forks1
Last Update2026-01-13

Tags

PolarsDocumentationAPI IntrospectionMCP ServerPython