Neon

Connect Neon to Copilot Studio

Search, read and write Neon from Copilot Studio. Arlet links the two through one MCP connection and takes care of keys and authentication.

Arlet makes Neon's official MCP server available from the AI client you already use. Signing in completes the connection, and you can choose read-only access at authorization.

The AI can manage projects and branches, run SQL and migrations, tune queries and read logs. Neon recommends MCP for development and testing, so for production projects choose read-only access or keep tool-call confirmation enabled in your AI client. The available tools are those provided by Neon's official server.

How to connect Neon to Copilot Studio

  1. 1

    In the Arlet dashboard, open Integrations → Add an integration and choose Neon. Sign in with Link Neon, name the connection and click Create.

  2. 2

    Sign in to Copilot Studio with your work account, create a new agent (or open an existing one), and in the Build tab choose Tools → + → Add → Model Context Protocol (MCP) in the right panel.

  3. 3

    In the Add MCP server form, enter "Arlet" as the Server name, https://mcp.arlet.dev/mcp/ as the Server URL, choose OAuth 2.0 for Authentication and "Dynamic (detected)" for Configuration type, then click Add. No Client ID / Secret is needed.

  4. 4

    On the Select a connection screen, choose Create new connection → Create, then sign in with Google on the Arlet authorization screen and click Allow. Click Add to attach the tool to the agent, then Publish to use it from Microsoft 365 Copilot.

Requires a Microsoft work account and a Copilot Studio license (or trial). MCP is available only for agents using generative orchestration and not in Copilot Studio in Teams.

What you can do

Neon tools that Copilot Studio can call.

  • list_projects

    List projects.

  • describe_project

    Get a project's branches, databases and computes.

  • create_project

    Create a project.

  • list_branches

    List branches.

  • create_branch

    Create a branch.

  • get_database_tables

    List tables.

  • describe_table_schema

    Get a table's schema.

  • run_sql

    Run SQL.

  • run_sql_transaction

    Run several statements in one transaction.

  • explain_sql_statement

    Get a query plan.

  • prepare_database_migration

    Try a migration on a branch.

  • complete_database_migration

    Apply a tried migration to the main branch.

  • list_slow_queries

    List slow queries.

  • prepare_query_tuning

    Validate a query-tuning candidate.

  • get_connection_string

    Get a connection string.

  • query_logs

    Search logs.

The tool list follows what Neon's official MCP server provides and may change.

Example uses

  • Change the schema safely

    Try a migration on a branch, check the result and then apply it to main.

  • Fix slow queries

    Find slow queries, read their plans and validate improvements such as new indexes.

  • Aggregate data

    Inspect the schema, write the aggregation SQL and explain the result.

  • See the environment

    List projects, branches and running computes.

Prompts you can use as-is

  • Try a migration adding a status column to orders on a branch, and apply it if it looks fine
  • Show the five slowest recent queries and validate an improvement for each
  • Count weekly sign-ups in the users table
  • List the branches and running computes for each project

Use Neon with other AI clients