bablulawrence/ms-fabric-mcp-server
If you are the rightful owner of ms-fabric-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The ms-fabric-mcp-server is a Model Context Protocol (MCP) server designed for Microsoft Fabric, enabling AI agents to interact with Fabric operations through MCP tools.
Tools
Functions exposed to the LLM to take actions
list_workspaces
Lists all available workspaces.
get_workspace
Retrieves details of a specific workspace.
list_items
Lists all items within a workspace.
get_item
Retrieves details of a specific item.
list_notebooks
Lists all notebooks within a workspace.
get_notebook_content
Retrieves the content of a specific notebook.
create_notebook
Creates a new notebook.
update_notebook
Updates an existing notebook.
delete_notebook
Deletes a specific notebook.
run_notebook
Executes a notebook.
get_item_job_instance
Retrieves a job instance for an item.
run_item_job
Runs a job for a specific item.
cancel_item_job
Cancels a running job for an item.
get_item_job_output
Retrieves the output of a job for an item.
create_livy_session
Creates a new Livy session.
get_livy_session
Retrieves details of a specific Livy session.
list_livy_sessions
Lists all Livy sessions.
delete_livy_session
Deletes a specific Livy session.
submit_livy_statement
Submits a statement to a Livy session.
get_livy_statement
Retrieves a specific Livy statement.
list_livy_statements
Lists all statements in a Livy session.
cancel_livy_statement
Cancels a specific Livy statement.
list_pipelines
Lists all pipelines.
run_pipeline
Runs a specific pipeline.
get_pipeline_run
Retrieves details of a pipeline run.
execute_sql_query
Executes a SQL query.
list_sql_warehouses
Lists all SQL warehouses.
get_sql_warehouse
Retrieves details of a specific SQL warehouse.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client